| DefaultMenuLinkTreeManipulatorsTest::testGenerateIndexAndSort |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Tests the generateIndexAndSort() tree manipulator. |
| DefaultViewsTest::clickViewsOperationLink |
function |
core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php |
Click a link to perform an operation on a view. |
| demo_umami.links.menu.yml |
file |
core/profiles/demo_umami/demo_umami.links.menu.yml |
core/profiles/demo_umami/demo_umami.links.menu.yml |
| DialogFormLink |
class |
core/modules/system/tests/modules/ajax_forms_test/src/Controller/DialogFormLink.php |
Test class to create dialog form link. |
| DialogFormLink.php |
file |
core/modules/system/tests/modules/ajax_forms_test/src/Controller/DialogFormLink.php |
|
| DialogFormLink::makeDialogFormLink |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Controller/DialogFormLink.php |
Builds an associative array representing a link that opens a dialog. |
| DisplayBlockTest::testBlockContextualLinks |
function |
core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php |
Tests the contextual links on a Views block. |
| DisplayFeedTest::testDisabledLinkedDisplay |
function |
core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php |
Tests that the feed display works when the linked display is disabled. |
| DisplayLink |
class |
core/modules/views/src/Plugin/views/area/DisplayLink.php |
Views area display_link handler. |
| DisplayLink.php |
file |
core/modules/views/src/Plugin/views/area/DisplayLink.php |
|
| DisplayLink::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/area/DisplayLink.php |
Provide a form to edit options for this plugin. |
| DisplayLink::defineOptions |
function |
core/modules/views/src/Plugin/views/area/DisplayLink.php |
Information about options for all kinds of purposes will be held here. |
| DisplayLink::hasEqualOptions |
function |
core/modules/views/src/Plugin/views/area/DisplayLink.php |
Check if the options of a views display are equal to the current display. |
| DisplayLink::isPathBasedDisplay |
function |
core/modules/views/src/Plugin/views/area/DisplayLink.php |
Check if a views display is a path-based display. |
| DisplayLink::render |
function |
core/modules/views/src/Plugin/views/area/DisplayLink.php |
Render the area. |
| DisplayLink::validate |
function |
core/modules/views/src/Plugin/views/area/DisplayLink.php |
Validate that the plugin is correct and can be saved. |
| DisplayMenuInterface::getMenuLinks |
function |
core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php |
Gets menu links, if this display provides some. |
| DisplayPageTest::testMenuLinks |
function |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
Tests the generated menu links of views. |
| DisplayPluginBase::getLinkDisplay |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Returns the ID of the display to use when making links. |
| DisplayPluginBase::optionLink |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Returns a link to a section of a form. |
| DisplayPluginBase::renderMoreLink |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Renders the 'more' link. |
| DisplayPluginBase::usesLinkDisplay |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Checks to see if the display has some need to link to another display. |
| DisplayPluginInterface::getLinkDisplay |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Returns the ID of the display to use when making links. |
| DisplayPluginInterface::optionLink |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Returns a link to a section of a form. |
| DisplayPluginInterface::renderMoreLink |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Renders the 'more' link. |
| DisplayPluginInterface::usesLinkDisplay |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Checks to see if the display has some need to link to another display. |
| DisplayTest::testActionLinks |
function |
core/modules/views_ui/tests/src/Functional/DisplayTest.php |
Tests the action links on the edit display UI. |
| DisplayTest::testLinkDisplay |
function |
core/modules/views_ui/tests/src/Functional/DisplayTest.php |
Tests the link-display setting. |
| DisplayTest::testPageContextualLinks |
function |
core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php |
Tests contextual links on Views page displays. |
| Drupal::linkGenerator |
function |
core/lib/Drupal.php |
Returns the link generator service. |
| DrupalTest::testLinkGenerator |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the linkGenerator() method. |
| Drupal\contextual\ContextualLinksSerializer |
service |
core/modules/contextual/contextual.services.yml |
|
| Drupal\link\EventSubscriber\DefaultContentSubscriber |
service |
core/modules/link/link.services.yml |
|
| Drupal\menu_link_content\EventSubscriber\DefaultContentSubscriber |
service |
core/modules/menu_link_content/menu_link_content.services.yml |
|
| Drupal\navigation\Menu\NavigationMenuLinkTreeManipulators |
service |
core/modules/navigation/navigation.services.yml |
|
| Drupal\package_manager\Validator\SymlinkValidator |
service |
core/modules/package_manager/package_manager.services.yml |
|
| Drupal\views\ContextualLinksHelper |
service |
core/modules/views/views.services.yml |
|
| DuplicateContextualLinksTest |
class |
core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php |
Tests that duplicate contextual links are initialized independently. |
| DuplicateContextualLinksTest.php |
file |
core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php |
|
| DuplicateContextualLinksTest::$defaultTheme |
property |
core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php |
The theme to install as the default for testing. |
| DuplicateContextualLinksTest::$modules |
property |
core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php |
Modules to install. |
| DuplicateContextualLinksTest::testSameContextualLinks |
function |
core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php |
Tests that duplicate contextual links each get their own model view. |
| DynamicMenuLinkMock |
class |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
Defines a mock implementation of a dynamic menu link used in tests only. |
| DynamicMenuLinkMock.php |
file |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
|
| DynamicMenuLinkMock::$currentUser |
property |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
The current user. |
| DynamicMenuLinkMock::getCacheContexts |
function |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
The cache contexts associated with this object. |
| DynamicMenuLinkMock::getRouteName |
function |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
Returns the route name, if available. |
| DynamicMenuLinkMock::getTitle |
function |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
Returns the localized title to be shown for this link. |
| DynamicMenuLinkMock::setCurrentUser |
function |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
Sets the current user. |
| EditorHooks::menuLinksDiscoveredAlter |
function |
core/modules/editor/src/Hook/EditorHooks.php |
Implements hook_menu_links_discovered_alter(). |