Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MemoryCacheInterface | interface | core/ |
Defines an interface for memory cache implementations. |
MemoryCacheInterface.php | file | core/ |
|
MenuActiveTrailInterface | interface | core/ |
Defines an interface for the active menu trail service. |
MenuActiveTrailInterface.php | file | core/ |
|
MenuActiveTrailInterface::getActiveLink | function | core/ |
Fetches a menu link which matches the route name, parameters and menu name. |
MenuActiveTrailInterface::getActiveTrailIds | function | core/ |
Gets the active trail IDs of the specified menu tree. |
MenuInterface | interface | core/ |
Provides an interface defining a menu entity. |
MenuInterface.php | file | core/ |
|
MenuInterface::getDescription | function | core/ |
Returns the description of the menu. |
MenuInterface::isLocked | function | core/ |
Determines if this menu is locked. |
MenuLinkContentInterface | interface | core/ |
Defines an interface for custom menu links. |
MenuLinkContentInterface.php | file | core/ |
|
MenuLinkContentInterface::getDescription | function | core/ |
Gets the description of the menu link for the UI. |
MenuLinkContentInterface::getMenuName | function | core/ |
Gets the menu name of the custom menu link. |
MenuLinkContentInterface::getParentId | function | core/ |
Gets the plugin ID of the parent menu link. |
MenuLinkContentInterface::getPluginDefinition | function | core/ |
Builds up the menu link plugin definition for this entity. |
MenuLinkContentInterface::getPluginId | function | core/ |
Gets the menu plugin ID associated with this entity. |
MenuLinkContentInterface::getTitle | function | core/ |
Gets the title of the menu link. |
MenuLinkContentInterface::getUrlObject | function | core/ |
Gets the url object pointing to the URL of the menu link content entity. |
MenuLinkContentInterface::getWeight | function | core/ |
Returns the weight of the menu link content entity. |
MenuLinkContentInterface::isEnabled | function | core/ |
Returns whether the menu link is marked as enabled. |
MenuLinkContentInterface::isExpanded | function | core/ |
Returns whether the menu link is marked as always expanded. |
MenuLinkContentInterface::requiresRediscovery | function | core/ |
Returns whether the menu link requires rediscovery. |
MenuLinkContentInterface::setInsidePlugin | function | core/ |
Flags this instance as being wrapped in a menu link plugin instance. |
MenuLinkContentInterface::setRequiresRediscovery | function | core/ |
Flags a link as requiring rediscovery. |
MenuLinkContentStorageInterface | interface | core/ |
Defines an interface for menu_link_content entity storage classes. |
MenuLinkContentStorageInterface.php | file | core/ |
|
MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions | function | core/ |
Gets a list of menu link IDs with pending revisions. |
MenuLinkFormInterface | interface | core/ |
Defines an interface for edit forms of menu links. |
MenuLinkFormInterface.php | file | core/ |
|
MenuLinkFormInterface::extractFormValues | function | core/ |
Extracts a plugin definition from form values. |
MenuLinkFormInterface::setMenuLinkInstance | function | core/ |
Injects the menu link plugin instance. |
MenuLinkInterface | interface | core/ |
Defines an interface for classes providing a type of menu link. |
MenuLinkInterface.php | file | core/ |
|
MenuLinkInterface::deleteLink | function | core/ |
Deletes a menu link. |
MenuLinkInterface::getDeleteRoute | function | core/ |
Returns route information for a route to delete the menu link. |
MenuLinkInterface::getDescription | function | core/ |
Returns the description of the menu link. |
MenuLinkInterface::getEditRoute | function | core/ |
Returns route information for a custom edit form for the menu link. |
MenuLinkInterface::getFormClass | function | core/ |
Returns the name of a class that can build an editing form for this link. |
MenuLinkInterface::getMenuName | function | core/ |
Returns the menu name of the menu link. |
MenuLinkInterface::getMetaData | function | core/ |
Returns any metadata for this link. |
MenuLinkInterface::getOptions | function | core/ |
Returns the options for this link. |
MenuLinkInterface::getParent | function | core/ |
Returns the plugin ID of the menu link's parent, or an empty string. |
MenuLinkInterface::getProvider | function | core/ |
Returns the provider (module name) of the menu link. |
MenuLinkInterface::getRouteName | function | core/ |
Returns the route name, if available. |
MenuLinkInterface::getRouteParameters | function | core/ |
Returns the route parameters, if available. |
MenuLinkInterface::getTitle | function | core/ |
Returns the localized title to be shown for this link. |
MenuLinkInterface::getTranslateRoute | function | core/ |
Returns route information for a route to translate the menu link. |
MenuLinkInterface::getUrlObject | function | core/ |
Returns a URL object containing either the external path or route. |
MenuLinkInterface::getWeight | function | core/ |
Returns the weight of the menu link. |
Pagination
- Previous page
- Page 54
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.