Search for menu
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Menu | class | core/ |
Defines the Menu configuration entity class. |
Menu | class | core/ |
Drupal 6/7 menu source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
MenuLinkDefault::getTitle | function | core/ |
Returns the localized title to be shown for this link. |
MenuLinkDefault::isResettable | function | core/ |
Returns whether this link can be reset. |
MenuLinkDefault::updateLink | function | core/ |
Updates the definition values for a menu link. |
MenuLinkDefault::__construct | function | core/ |
Constructs a new MenuLinkDefault. |
MenuLinkDefaultForm | class | core/ |
Provides an edit form for static menu links. |
MenuLinkDefaultForm.php | file | core/ |
|
MenuLinkDefaultForm::$menuLink | property | core/ |
The edited menu link. |
MenuLinkDefaultForm::$menuLinkManager | property | core/ |
The menu link manager. |
MenuLinkDefaultForm::$menuParentSelector | property | core/ |
The parent form selector service. |
MenuLinkDefaultForm::$moduleHandler | property | core/ |
The module handler service. |
MenuLinkDefaultForm::buildConfigurationForm | function | core/ |
Form constructor. |
MenuLinkDefaultForm::create | function | core/ |
Instantiates a new instance of this class. |
MenuLinkDefaultForm::extractFormValues | function | core/ |
Extracts a plugin definition from form values. |
MenuLinkDefaultForm::setMenuLinkInstance | function | core/ |
Injects the menu link plugin instance. |
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 @group Menu @runTestsInSeparateProcesses |
MenuLinkDefaultFormTest.php | file | core/ |
|
MenuLinkDefaultFormTest::testExtractFormValues | function | core/ |
@covers ::extractFormValues |
MenuLinkDefaultIntegrationTest | class | core/ |
Tests integration of static menu links. |
MenuLinkDefaultIntegrationTest.php | file | core/ |
|
MenuLinkDefaultIntegrationTest::$modules | property | core/ |
Modules to install. |
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 @group Menu |
MenuLinkDefaultTest.php | file | core/ |
|
MenuLinkDefaultTest::testUpdateLink | function | core/ |
@covers ::updateLink |
MenuLinkDefaultTest::testUpdateLinkWithoutPersist | function | core/ |
@covers ::updateLink |
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. |
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. |
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.