| MenuTestController::titleCallback |
function |
core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php |
A title callback method for test routes. |
| MenuTestController::__construct |
function |
core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php |
Constructs the MenuTestController object. |
| MenuTestHelper |
class |
core/modules/system/tests/modules/menu_test/src/MenuTestHelper.php |
Helper class for the menu API tests. |
| MenuTestHelper.php |
file |
core/modules/system/tests/modules/menu_test/src/MenuTestHelper.php |
|
| MenuTestHelper::menuName |
function |
core/modules/system/tests/modules/menu_test/src/MenuTestHelper.php |
Sets a static variable for the testMenuName() test. |
| MenuTestHooks |
class |
core/modules/system/tests/modules/menu_test/src/Hook/MenuTestHooks.php |
Hook implementations for menu_test. |
| MenuTestHooks.php |
file |
core/modules/system/tests/modules/menu_test/src/Hook/MenuTestHooks.php |
|
| MenuTestHooks::menuLinksDiscoveredAlter |
function |
core/modules/system/tests/modules/menu_test/src/Hook/MenuTestHooks.php |
Implements hook_menu_links_discovered_alter(). |
| MenuTestHooks::menuLocalTasksAlter |
function |
core/modules/system/tests/modules/menu_test/src/Hook/MenuTestHooks.php |
Implements hook_menu_local_tasks_alter(). |
| MenuTestServiceProvider |
class |
core/modules/system/tests/modules/menu_test/src/MenuTestServiceProvider.php |
Decorate core's default path-based breadcrumb builder when it is available. |
| MenuTestServiceProvider.php |
file |
core/modules/system/tests/modules/menu_test/src/MenuTestServiceProvider.php |
|
| MenuTestServiceProvider::alter |
function |
core/modules/system/tests/modules/menu_test/src/MenuTestServiceProvider.php |
Modifies existing service definitions. |
| MenuTranslation |
class |
core/modules/system/src/Plugin/migrate/source/d7/MenuTranslation.php |
Drupal 7 i18n menu translation source from database. |
| MenuTranslation.php |
file |
core/modules/system/src/Plugin/migrate/source/d7/MenuTranslation.php |
|
| MenuTranslation::fields |
function |
core/modules/system/src/Plugin/migrate/source/d7/MenuTranslation.php |
Returns available fields on the source. |
| MenuTranslation::getIds |
function |
core/modules/system/src/Plugin/migrate/source/d7/MenuTranslation.php |
Defines the source fields uniquely identifying a source row. |
| MenuTranslation::query |
function |
core/modules/system/src/Plugin/migrate/source/d7/MenuTranslation.php |
Prepares query object to retrieve data from the source database. |
| MenuTranslationTest |
class |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/MenuTranslationTest.php |
Tests the menu translation source plugin. |
| MenuTranslationTest.php |
file |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/MenuTranslationTest.php |
|
| MenuTranslationTest::$modules |
property |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/MenuTranslationTest.php |
Modules to install. |
| MenuTranslationTest::providerSource |
function |
core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/MenuTranslationTest.php |
Provides source data for ::testSource. |
| MenuTreeHierarchyConstraint |
class |
core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraint.php |
Validation constraint for changing the menu hierarchy in pending revisions. |
| MenuTreeHierarchyConstraint.php |
file |
core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraint.php |
|
| MenuTreeHierarchyConstraint::coversFields |
function |
core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraint.php |
An array of entity fields which should be passed to the validator. |
| MenuTreeHierarchyConstraint::__construct |
function |
core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraint.php |
#[HasNamedArguments] |
| MenuTreeHierarchyConstraintValidator |
class |
core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php |
Constraint validator for changing menu link parents in pending revisions. |
| MenuTreeHierarchyConstraintValidator.php |
file |
core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php |
|
| MenuTreeHierarchyConstraintValidator::$entityTypeManager |
property |
core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php |
The entity type manager. |
| MenuTreeHierarchyConstraintValidator::create |
function |
core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php |
Instantiates a new instance of this class. |
| MenuTreeHierarchyConstraintValidator::validate |
function |
core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php |
|
| MenuTreeHierarchyConstraintValidator::__construct |
function |
core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php |
Creates a new MenuTreeHierarchyConstraintValidator instance. |
| MenuTreeParameters |
class |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
Provides a value object to model menu tree parameters. |
| MenuTreeParameters.php |
file |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
|
| MenuTreeParameters::$activeTrail |
property |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
The IDs from the currently active menu link to the root of the whole tree. |
| MenuTreeParameters::$conditions |
property |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
The conditions used to restrict which links are loaded. |
| MenuTreeParameters::$expandedParents |
property |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
An array of parent link IDs. |
| MenuTreeParameters::$maxDepth |
property |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
The maximum depth of menu links in the resulting tree relative to the root. |
| MenuTreeParameters::$minDepth |
property |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
The minimum depth of menu links in the resulting tree relative to the root. |
| MenuTreeParameters::$root |
property |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
A menu link plugin ID that should be used as the root. |
| MenuTreeParameters::addCondition |
function |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
Adds a custom query condition. |
| MenuTreeParameters::addExpandedParents |
function |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
Adds parent menu links IDs to restrict the tree. |
| MenuTreeParameters::excludeRoot |
function |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
Excludes the root menu link from the tree. |
| MenuTreeParameters::onlyEnabledLinks |
function |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
Excludes links that are not enabled. |
| MenuTreeParameters::serialize |
function |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
|
| MenuTreeParameters::setActiveTrail |
function |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
Sets the active trail IDs used to set the inActiveTrail property. |
| MenuTreeParameters::setMaxDepth |
function |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
Sets a maximum depth for menu tree loading. |
| MenuTreeParameters::setMinDepth |
function |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
Sets a minimum depth for menu tree loading. |
| MenuTreeParameters::setRoot |
function |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
Sets a root for menu tree loading. |
| MenuTreeParameters::setTopLevelOnly |
function |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
Ensures only the top level of the tree is loaded. |
| MenuTreeParameters::unserialize |
function |
core/lib/Drupal/Core/Menu/MenuTreeParameters.php |
|