MenuBlock::getDerivativeDefinitions |
function |
drupal/core/modules/menu/lib/Drupal/menu/Plugin/Derivative/MenuBlock.php |
Implements \Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinitions(). |
MenuLinkStorageController::preDelete |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::preDelete(). |
MenuRouterTest::testMenuLinkMaintain |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests for menu_link_maintain(). |
ToolbarMenuTranslationTest::$modules |
property |
drupal/core/modules/toolbar/lib/Drupal/toolbar/Tests/ToolbarMenuTranslationTest.php |
Modules to enable. |
MenuTranslateTest::testMenuTranslate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuTranslateTest.php |
Tests _menu_translate(). |
MenuNodeTest::testMenuNodeFormWidget |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuNodeTest.php |
Test creating, editing, deleting menu links via node form widget. |
views.view.test_page_display_menu.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_page_display_menu.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_page_display_menu.yml |
MenuLinkStorageController::buildQuery |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::buildQuery(). |
MenuLinkStorageController::attachLoad |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::attachLoad(). |
MenuLinkStorageController::postDelete |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::postDelete(). |
MenuLinkStorageController::findParent |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Finds a possible parent for a given menu link entity. |
MenuLinkStorageController::setParents |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Sets the p1 through p9 properties for a menu link entity being saved. |
MenuRouterTest::testTitleMenuCallback |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests page title of MENU_CALLBACKs. |
MenuRouterTest::testAuthUserUserLogin |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test that an authenticated user hitting 'user/login' gets redirected to
'user' and 'user/register' gets redirected to the user edit page. |
FailureTest::testAssertObjectSameNull |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/FailureTest.php |
|
menu_test_maintenance_mode_subscriber |
service |
drupal/core/modules/system/tests/modules/menu_test/menu_test.services.yml |
Drupal\menu_test\EventSubscriber\MaintenanceModeSubscriber |
_translation_entity_menu_strip_loaders |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Strips out menu loaders from the given path. |
MenuLinkStorageController::__construct |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::__construct(). |
MenuRouterTest::testTitleCallbackFalse |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test title callback set to FALSE. |
MenuLinkFormController::createInstance |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Instantiates a new instance of this entity controller. |
MenuLinkInterface::buildFromRouterItem |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkInterface.php |
Builds a menu link entity from a router item. |
RebuildTest::testMenuRebuildByVariable |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RebuildTest.php |
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call. |
PictureMappingListController::hookMenu |
function |
drupal/core/modules/picture/lib/Drupal/picture/PictureMappingListController.php |
Overrides Drupal\config\EntityListControllerBase::hookMenu(). |
FileInclusionTest::testLoadMenuInclude |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FileInclusionTest.php |
Tests loading an include specified in hook_menu(). |
MenuLinkStorageController::moveChildren |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Updates the children of a menu link that is being moved. |
MenuRouterTest::testHookMenuIntegration |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test local tasks with route placeholders. |
MenuRouterTest::testMenuItemTitlesCases |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests the possible ways to set the title for menu items.
Also tests that menu item titles work with string overrides. |
menu_block_view_system_menu_block_alter |
function |
drupal/core/modules/menu/menu.module |
Implements hook_block_view_BASE_BLOCK_ID_alter() for 'system_menu_block'. |
DisplayPageWebTest::testPageDisplayMenu |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageWebTest.php |
Tests menu settings of page displays. |
MenuLinkStorageController::findRouteName |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Returns the route_name matching a URL. |
MenuRouterTest::testDescriptionMenuItems |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Tests menu item descriptions. |
LinksTest::testMenuLinkRouterReparenting |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/LinksTest.php |
Test automatic reparenting of menu links derived from menu routers. |
UserAccountLinksTests::testSecondaryMenu |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php |
Tests the secondary menu. |
SystemMenuBlock::getDerivativeDefinition |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/Derivative/SystemMenuBlock.php |
Implements \Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinition(). |
ArgumentPluginBase::validateMenuArgument |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Called by the menu system to validate an argument. |
MenuLinkStorageController::$routeProvider |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
The route provider service. |
MenuLinkStorageController::createInstance |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Instantiates a new instance of this entity controller. |
MenuLinkStorageController::countMenuLinks |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Returns the number of menu links from a menu. |
MenuLinkFormController::$pathAliasManager |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
The path alias manager. |
MenuRouterTest::menuItemTitlesCasesHelper |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Get a URL and assert the title given a case number. If override is true,
the title is asserted to begin with "Alternative". |
SystemMenuBlock::getDerivativeDefinitions |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/Derivative/SystemMenuBlock.php |
Implements \Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinitions(). |
MenuRouterTest::testThemeCallbackFakeTheme |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test the theme callback when it is set to use a theme that does not exist. |
MenuRouterTest::testMenuGetItemNoAncestors |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test menu_get_item() with empty ancestors. |
MenuLinkStorageController::$routerItemFields |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Holds an array of router item schema fields. |
MenuRouterTest::testThemeCallbackInheritance |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Test that the theme callback is properly inherited. |
TreeAccessTest::testRouteItemMenuLinksAccess |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeAccessTest.php |
Tests access check for menu links with a route item. |
MenuLinkStorageController::preventReparenting |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Sets an internal flag that allows us to prevent the reparenting operations
executed during deletion. |
MenuRouterTest::testMaintenanceModeLoginPaths |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php |
Make sure the maintenance mode can be bypassed using an EventSubscriber. |
MockMenuBlockDeriver::getDerivativeDefinition |
function |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php |
Implements Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinition(). |
MenuLinkStorageController::$preventReparenting |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Indicates whether the delete operation should re-parent children items. |