Search for menu
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Menu | class | core/ |
Defines the Menu configuration entity class. |
| Menu | class | core/ |
Menu source from database. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| MenuLinkDefaultForm::submitConfigurationForm | function | core/ |
Form submission handler. |
| MenuLinkDefaultForm::validateConfigurationForm | function | core/ |
Form validation handler. |
| MenuLinkDefaultForm::__construct | function | core/ |
Constructs a new \Drupal\Core\Menu\Form\MenuLinkDefaultForm. |
| MenuLinkDefaultFormTest | class | core/ |
@coversDefaultClass \Drupal\Core\Menu\Form\MenuLinkDefaultForm[[api-linebreak]] @group Menu |
| MenuLinkDefaultFormTest.php | file | core/ |
|
| MenuLinkDefaultFormTest::testExtractFormValues | function | core/ |
@covers ::extractFormValues[[api-linebreak]] |
| MenuLinkDefaultIntegrationTest | class | core/ |
Tests integration of static menu links. |
| MenuLinkDefaultIntegrationTest.php | file | core/ |
|
| MenuLinkDefaultIntegrationTest::$modules | property | core/ |
Modules to enable. |
| MenuLinkDefaultIntegrationTest::testMoveToRoot | function | core/ |
Tests moving a static menu link without a specified menu to the root. |
| MenuLinkDefaultTest | class | core/ |
@coversDefaultClass \Drupal\Core\Menu\MenuLinkDefault[[api-linebreak]] @group Menu |
| MenuLinkDefaultTest.php | file | core/ |
|
| MenuLinkDefaultTest::testUpdateLink | function | core/ |
@covers ::updateLink[[api-linebreak]] |
| MenuLinkDefaultTest::testUpdateLinkWithoutPersist | function | core/ |
@covers ::updateLink[[api-linebreak]] |
| MenuLinkEditForm | class | core/ |
Defines a generic edit form for all menu link plugin types. |
| MenuLinkEditForm.php | file | core/ |
|
| MenuLinkEditForm::$classResolver | property | core/ |
The class resolver. |
| MenuLinkEditForm::buildForm | function | core/ |
|
| MenuLinkEditForm::create | function | core/ |
Instantiates a new instance of this class. |
| MenuLinkEditForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| MenuLinkEditForm::submitForm | function | core/ |
Form submission handler. |
| MenuLinkEditForm::validateForm | function | core/ |
Form validation handler. |
| MenuLinkEditForm::__construct | function | core/ |
Constructs a MenuLinkEditForm object. |
| 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. |
| 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. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.