MenuLinkDefaultTest.php |
file |
core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultTest.php |
|
MenuLinkDefaultTest::testUpdateLink |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultTest.php |
@covers ::updateLink |
MenuLinkDefaultTest::testUpdateLinkWithoutPersist |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultTest.php |
@covers ::updateLink |
MenuLinkEditForm |
class |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
Defines a generic edit form for all menu link plugin types. |
MenuLinkEditForm.php |
file |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
|
MenuLinkEditForm::$classResolver |
property |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
The class resolver. |
MenuLinkEditForm::buildForm |
function |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
|
MenuLinkEditForm::create |
function |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
Instantiates a new instance of this class. |
MenuLinkEditForm::getFormId |
function |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
Returns a unique string identifying the form. |
MenuLinkEditForm::submitForm |
function |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
Form submission handler. |
MenuLinkEditForm::validateForm |
function |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
Form validation handler. |
MenuLinkEditForm::__construct |
function |
core/modules/menu_ui/src/Form/MenuLinkEditForm.php |
Constructs a MenuLinkEditForm object. |
MenuLinkFieldDefinitions |
trait |
core/lib/Drupal/Core/Menu/MenuLinkFieldDefinitions.php |
Provides base field definitions for an entity type. |
MenuLinkFieldDefinitions.php |
file |
core/lib/Drupal/Core/Menu/MenuLinkFieldDefinitions.php |
|
MenuLinkFieldDefinitions::$defaults |
property |
core/lib/Drupal/Core/Menu/MenuLinkFieldDefinitions.php |
Provides some default values for the definition of all menu link plugins. |
MenuLinkFormInterface |
interface |
core/lib/Drupal/Core/Menu/Form/MenuLinkFormInterface.php |
Defines an interface for edit forms of menu links. |
MenuLinkFormInterface.php |
file |
core/lib/Drupal/Core/Menu/Form/MenuLinkFormInterface.php |
|
MenuLinkFormInterface::extractFormValues |
function |
core/lib/Drupal/Core/Menu/Form/MenuLinkFormInterface.php |
Extracts a plugin definition from form values. |
MenuLinkFormInterface::setMenuLinkInstance |
function |
core/lib/Drupal/Core/Menu/Form/MenuLinkFormInterface.php |
Injects the menu link plugin instance. |
MenuLinkInterface |
interface |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Defines an interface for classes providing a type of menu link. |
MenuLinkInterface.php |
file |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
|
MenuLinkInterface::deleteLink |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Deletes a menu link. |
MenuLinkInterface::getDeleteRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns route information for a route to delete the menu link. |
MenuLinkInterface::getDescription |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns the description of the menu link. |
MenuLinkInterface::getEditRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns route information for a custom edit form for the menu link. |
MenuLinkInterface::getFormClass |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns the name of a class that can build an editing form for this link. |
MenuLinkInterface::getMenuName |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns the menu name of the menu link. |
MenuLinkInterface::getMetaData |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns any metadata for this link. |
MenuLinkInterface::getOperations |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Provides an array of information to build a list of operation links. |
MenuLinkInterface::getOptions |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns the options for this link. |
MenuLinkInterface::getParent |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns the plugin ID of the menu link's parent, or an empty string. |
MenuLinkInterface::getProvider |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns the provider (module name) of the menu link. |
MenuLinkInterface::getResetRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns route information for a route to reset the menu link. |
MenuLinkInterface::getRouteName |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns the route name, if available. |
MenuLinkInterface::getRouteParameters |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns the route parameters, if available. |
MenuLinkInterface::getTitle |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns the localized title to be shown for this link. |
MenuLinkInterface::getTranslateRoute |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns route information for a route to translate the menu link. |
MenuLinkInterface::getUrlObject |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns a URL object containing either the external path or route. |
MenuLinkInterface::getWeight |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns the weight of the menu link. |
MenuLinkInterface::isDeletable |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns whether this link can be deleted. |
MenuLinkInterface::isEnabled |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns whether the menu link is enabled (not hidden). |
MenuLinkInterface::isExpanded |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns whether the child menu links should always been shown. |
MenuLinkInterface::isResettable |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns whether this link can be reset. |
MenuLinkInterface::isTranslatable |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Returns whether this link can be translated. |
MenuLinkInterface::updateLink |
function |
core/lib/Drupal/Core/Menu/MenuLinkInterface.php |
Updates the definition values for a menu link. |
MenuLinkListBuilder |
class |
core/modules/menu_link_content/src/MenuLinkListBuilder.php |
Provides a menu link list builder. |
MenuLinkListBuilder.php |
file |
core/modules/menu_link_content/src/MenuLinkListBuilder.php |
|
MenuLinkListBuilder::$redirectDestination |
property |
core/modules/menu_link_content/src/MenuLinkListBuilder.php |
The redirect destination. |
MenuLinkListBuilder::createInstance |
function |
core/modules/menu_link_content/src/MenuLinkListBuilder.php |
Instantiates a new instance of this entity handler. |
MenuLinkListBuilder::getDefaultOperations |
function |
core/modules/menu_link_content/src/MenuLinkListBuilder.php |
Gets this list's default operations. |