Skip to content

Commit

Permalink
Add more methods to AdminInterface (sonata-project#5685)
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 authored Sep 13, 2019
1 parent 60a8c43 commit 27c7980
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Admin/AdminInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 27c7980

Please sign in to comment.