Search for _link
- Search 7.x for _link
- Search 9.5.x for _link
- Search 8.9.x for _link
- Search 11.x for _link
- Search main for _link
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MenuLinkFieldDefinitions | trait | core/ |
Provides base field definitions for an entity type. |
| MenuLinkFieldDefinitions.php | file | core/ |
|
| MenuLinkFieldDefinitions::$defaults | property | core/ |
Provides some default values for the definition of all menu link plugins. |
| 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::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
| 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::getResetRoute | function | core/ |
Returns route information for a route to reset 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. |
| MenuLinkInterface::isDeletable | function | core/ |
Returns whether this link can be deleted. |
| MenuLinkInterface::isEnabled | function | core/ |
Returns whether the menu link is enabled (not hidden). |
| MenuLinkInterface::isExpanded | function | core/ |
Returns whether the child menu links should always been shown. |
| MenuLinkInterface::isResettable | function | core/ |
Returns whether this link can be reset. |
| MenuLinkInterface::isTranslatable | function | core/ |
Returns whether this link can be translated. |
| MenuLinkInterface::updateLink | function | core/ |
Updates the definition values for a menu link. |
| MenuLinkListBuilder | class | core/ |
Provides a menu link list builder. |
| MenuLinkListBuilder.php | file | core/ |
|
| MenuLinkListBuilder::$redirectDestination | property | core/ |
The redirect destination. |
| MenuLinkListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| MenuLinkListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
| MenuLinkListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
| MenuLinkListBuilder::__construct | function | core/ |
Constructs a new instance. |
| MenuLinkLocalized | class | core/ |
Drupal 7 localized menu link translations source from database. |
| MenuLinkLocalized.php | file | core/ |
|
| MenuLinkLocalized::fields | function | core/ |
Returns available fields on the source. |
| MenuLinkLocalized::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| MenuLinkLocalized::prepareRow | function | core/ |
Adds additional data to the row. |
| MenuLinkLocalized::query | function | core/ |
|
| MenuLinkLocalizedTest | class | core/ |
Tests menu link localized translation source plugin. |
| MenuLinkLocalizedTest.php | file | core/ |
|
| MenuLinkLocalizedTest::$modules | property | core/ |
Modules to install. |
| MenuLinkLocalizedTest::providerSource | function | core/ |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.