Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
MenuLinkDefaultForm::setMenuLinkInstance function core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php Injects the menu link plugin instance.
MenuLinkDefaultForm::submitConfigurationForm function core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php Form submission handler.
MenuLinkDefaultForm::__construct function core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php Constructs a new \Drupal\Core\Menu\Form\MenuLinkDefaultForm.
MenuLinkDefaultFormTest class core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultFormTest.php @coversDefaultClass \Drupal\Core\Menu\Form\MenuLinkDefaultForm[[api-linebreak]]
@group Menu
@runTestsInSeparateProcesses
MenuLinkDefaultFormTest.php file core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultFormTest.php
MenuLinkDefaultFormTest::testExtractFormValues function core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultFormTest.php @covers ::extractFormValues[[api-linebreak]]
MenuLinkDefaultIntegrationTest class core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php Tests integration of static menu links.
MenuLinkDefaultIntegrationTest.php file core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php
MenuLinkDefaultIntegrationTest::$modules property core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php Modules to install.
MenuLinkDefaultIntegrationTest::testMoveToRoot function core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php Tests moving a static menu link without a specified menu to the root.
MenuLinkDefaultTest class core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultTest.php @coversDefaultClass \Drupal\Core\Menu\MenuLinkDefault[[api-linebreak]]
@group Menu
MenuLinkDefaultTest.php file core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultTest.php
MenuLinkDefaultTest::testUpdateLink function core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultTest.php @covers ::updateLink[[api-linebreak]]
MenuLinkDefaultTest::testUpdateLinkWithoutPersist function core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultTest.php @covers ::updateLink[[api-linebreak]]
MenuLinkEditForm::$classResolver property core/modules/menu_ui/src/Form/MenuLinkEditForm.php The class resolver.
MenuLinkEditForm::submitForm function core/modules/menu_ui/src/Form/MenuLinkEditForm.php Form submission 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::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::getDescription function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the description of 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::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::getResetRoute function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns route information for a route to reset the menu link.
MenuLinkInterface::getRouteParameters function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the route parameters, if available.
MenuLinkInterface::getTranslateRoute function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns route information for a route to translate 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.
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.
MenuLinkListBuilder::render function core/modules/menu_link_content/src/MenuLinkListBuilder.php Builds the entity listing as renderable array for table.html.twig.
MenuLinkListBuilder::__construct function core/modules/menu_link_content/src/MenuLinkListBuilder.php Constructs a new instance.
MenuLinkLocalized::fields function core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkLocalized.php Returns available fields on the source.
MenuLinkLocalized::getIds function core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkLocalized.php Defines the source fields uniquely identifying a source row.
MenuLinkLocalizedTest class core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkLocalizedTest.php Tests menu link localized translation source plugin.
MenuLinkLocalizedTest.php file core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkLocalizedTest.php
MenuLinkLocalizedTest::$modules property core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkLocalizedTest.php Modules to install.
MenuLinkLocalizedTest::providerSource function core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkLocalizedTest.php
MenuLinkManager::$discovery property core/lib/Drupal/Core/Menu/MenuLinkManager.php The object that discovers plugins managed by this manager.
MenuLinkManager::$overrides property core/lib/Drupal/Core/Menu/MenuLinkManager.php Service providing overrides for static links.
MenuLinkManager::$treeStorage property core/lib/Drupal/Core/Menu/MenuLinkManager.php The menu link tree storage.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.