ToolbarMenuTranslationTest::$adminUser |
property |
core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php |
A user with permission to access the administrative toolbar. |
ToolbarMenuTranslationTest::$defaultTheme |
property |
core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php |
The theme to install as the default for testing. |
ToolbarMenuTranslationTest::$modules |
property |
core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php |
Modules to install. |
ToolbarMenuTranslationTest::setUp |
function |
core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php |
|
ToolbarMenuTranslationTest::testToolbarClasses |
function |
core/modules/toolbar/tests/src/Functional/ToolbarMenuTranslationTest.php |
Tests that toolbar classes don't change when adding a translation. |
toolbar_menu_navigation_links |
function |
core/modules/toolbar/toolbar.module |
Adds toolbar-specific attributes to the menu link tree. |
toolbar_test_preprocess_menu |
function |
core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module |
Implements hook_preprocess_HOOK(). |
tracker.links.menu.yml |
file |
core/modules/tracker/tracker.links.menu.yml |
core/modules/tracker/tracker.links.menu.yml |
umami_preprocess_links__media_library_menu |
function |
core/profiles/demo_umami/themes/umami/umami.theme |
Implements hook_preprocess_links__media_library_menu(). |
umami_preprocess_menu_local_task |
function |
core/profiles/demo_umami/themes/umami/umami.theme |
Implements hook_preprocess_menu_local_task(). |
update.links.menu.yml |
file |
core/modules/update/update.links.menu.yml |
core/modules/update/update.links.menu.yml |
UpdateScriptTestController::databaseUpdatesMenuItem |
function |
core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php |
Outputs a link to the database updates URL. |
user.links.menu.yml |
file |
core/modules/user/user.links.menu.yml |
core/modules/user/user.links.menu.yml |
UserAccountLinksTest::testSecondaryMenu |
function |
core/modules/user/tests/src/Functional/UserAccountLinksTest.php |
Tests the secondary menu. |
views.links.menu.yml |
file |
core/modules/views/views.links.menu.yml |
core/modules/views/views.links.menu.yml |
views.view.test_menu_link.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml |
views.view.test_page_display_menu.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml |
ViewsDisplay::$uses_menu_links |
property |
core/modules/views/src/Annotation/ViewsDisplay.php |
Whether or not to use hook_menu() to register a route. |
ViewsLocalTask::getApplicableMenuViews |
function |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php |
Return a list of all views and display IDs that have a menu entry. |
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutHookMenuViews |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Tests fetching the derivatives on no view with hook menu. |
ViewsMenuLink |
class |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Defines menu links provided by views. |
ViewsMenuLink |
class |
core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php |
Provides menu links for Views. |
ViewsMenuLink.php |
file |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
|
ViewsMenuLink.php |
file |
core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php |
|
ViewsMenuLink::$entityTypeManager |
property |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
The entity type manager. |
ViewsMenuLink::$overrideAllowed |
property |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
The list of definition values where an override is allowed. |
ViewsMenuLink::$view |
property |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
The view executable of the menu link. |
ViewsMenuLink::$viewExecutableFactory |
property |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
The view executable factory. |
ViewsMenuLink::$viewStorage |
property |
core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php |
The view storage. |
ViewsMenuLink::create |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Creates an instance of the plugin. |
ViewsMenuLink::create |
function |
core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php |
Creates a new class instance. |
ViewsMenuLink::deleteLink |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Deletes a menu link. |
ViewsMenuLink::getDerivativeDefinitions |
function |
core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php |
Gets the definition of all derivatives of a base plugin. |
ViewsMenuLink::getDescription |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Returns the description of the menu link. |
ViewsMenuLink::getTitle |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Returns the localized title to be shown for this link. |
ViewsMenuLink::isDeletable |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Returns whether this link can be deleted. |
ViewsMenuLink::isExpanded |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Returns whether the child menu links should always been shown. |
ViewsMenuLink::loadView |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Initializes the proper view. |
ViewsMenuLink::updateLink |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Updates the definition values for a menu link. |
ViewsMenuLink::__construct |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Constructs a new ViewsMenuLink. |
ViewsMenuLink::__construct |
function |
core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php |
Constructs a \Drupal\views\Plugin\Derivative\ViewsLocalTask instance. |
ViewsMenuLinkForm |
class |
core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php |
Provides a form to edit Views menu links. |
ViewsMenuLinkForm.php |
file |
core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php |
|
ViewsMenuLinkForm::$menuLink |
property |
core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php |
The edited views menu link. |
ViewsMenuLinkForm::buildConfigurationForm |
function |
core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php |
Form constructor. |
ViewsMenuLinkForm::extractFormValues |
function |
core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php |
Extracts a plugin definition from form values. |
ViewsMenuLinkTest |
class |
core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php |
Menu link test. |
ViewsMenuLinkTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php |
|
ViewsMenuLinkTest::$menuLinkManager |
property |
core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php |
The menu link manager. |
ViewsMenuLinkTest::$menuLinkOverrides |
property |
core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php |
The menu link overrides. |