diff --git a/src/Admin/AdminInterface.php b/src/Admin/AdminInterface.php index f9b61faceb..89d160df3e 100644 --- a/src/Admin/AdminInterface.php +++ b/src/Admin/AdminInterface.php @@ -37,6 +37,14 @@ * @method string getSearchResultLink(object $object) * @method void showMosaicButton(bool $isShown) * @method bool isDefaultFilter(string $name) + * @method bool isCurrentRoute(string $name, ?string $adminCode) + * @method bool canAccessObject(string $action, object $object) + * @method mixed getPersistentParameter(string $name) + * @method array getExportFields + * @method array getSubClasses + * @method AdminInterface getRoot + * @method string getRootCode + * @method array getActionButtons(string $action, ?object $object) */ interface AdminInterface extends AccessRegistryInterface, FieldDescriptionRegistryInterface, LifecycleHookProviderInterface, MenuBuilderInterface, ParentAdminInterface, UrlGeneratorInterface {