dblog.links.menu.yml |
file |
core/modules/dblog/dblog.links.menu.yml |
core/modules/dblog/dblog.links.menu.yml |
dblog.links.task.yml |
file |
core/modules/dblog/dblog.links.task.yml |
core/modules/dblog/dblog.links.task.yml |
DbLogController::createLink |
function |
core/modules/dblog/src/Controller/DbLogController.php |
Creates a Link object if the provided URI is valid. |
DbLogTest::testOverviewLinks |
function |
core/modules/dblog/tests/src/Functional/DbLogTest.php |
Make sure HTML tags are filtered out in the log overview links. |
DbLogTest::verifyLinkEscaping |
function |
core/modules/dblog/tests/src/Functional/DbLogTest.php |
Tests link escaping in the operation row of a database log detail page. |
dblog_menu_links_discovered_alter |
function |
core/modules/dblog/dblog.module |
Implements hook_menu_links_discovered_alter(). |
DbUpdateController::helpfulLinks |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Provides links to the homepage and administration pages. |
decoupled_menus_test_menu_links_discovered_alter |
function |
core/modules/system/tests/modules/decoupled_menus_test/decoupled_menus_test.module |
Implements hook_menu_links_discovered_alter(). |
DefaultMenuLinkTreeManipulators |
class |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Provides a couple of menu link tree manipulators. |
DefaultMenuLinkTreeManipulators.php |
file |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
|
DefaultMenuLinkTreeManipulators::$accessManager |
property |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
The access manager. |
DefaultMenuLinkTreeManipulators::$account |
property |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
The current user. |
DefaultMenuLinkTreeManipulators::$entityTypeManager |
property |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
The entity type manager. |
DefaultMenuLinkTreeManipulators::$moduleHandler |
property |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
The module handler. |
DefaultMenuLinkTreeManipulators::checkAccess |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Performs access checks of a menu tree. |
DefaultMenuLinkTreeManipulators::checkNodeAccess |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Performs access checking for nodes in an optimized way. |
DefaultMenuLinkTreeManipulators::collectNodeLinks |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Collects the node links in the menu tree. |
DefaultMenuLinkTreeManipulators::flatten |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Flattens the tree to a single level. |
DefaultMenuLinkTreeManipulators::generateIndexAndSort |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Generates a unique index and sorts by it. |
DefaultMenuLinkTreeManipulators::menuLinkCheckAccess |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Checks access for one menu link instance. |
DefaultMenuLinkTreeManipulators::__construct |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Constructs a \Drupal\Core\Menu\DefaultMenuLinkTreeManipulators object. |
DefaultMenuLinkTreeManipulatorsTest |
class |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Tests the default menu link tree manipulators. |
DefaultMenuLinkTreeManipulatorsTest.php |
file |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
|
DefaultMenuLinkTreeManipulatorsTest::$accessManager |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
The mocked access manager. |
DefaultMenuLinkTreeManipulatorsTest::$cacheContextManager |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Mock cache context manager. |
DefaultMenuLinkTreeManipulatorsTest::$currentUser |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
The mocked current user. |
DefaultMenuLinkTreeManipulatorsTest::$defaultMenuTreeManipulators |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
The default menu link tree manipulators. |
DefaultMenuLinkTreeManipulatorsTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
The mocked entity type manager. |
DefaultMenuLinkTreeManipulatorsTest::$links |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Array of menu link instances. |
DefaultMenuLinkTreeManipulatorsTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
The mocked module handler. |
DefaultMenuLinkTreeManipulatorsTest::$originalTree |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
The original menu tree build in mockTree(). |
DefaultMenuLinkTreeManipulatorsTest::mockTree |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Creates a mock tree. |
DefaultMenuLinkTreeManipulatorsTest::setUp |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
|
DefaultMenuLinkTreeManipulatorsTest::testCheckAccess |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Tests the checkAccess() tree manipulator. |
DefaultMenuLinkTreeManipulatorsTest::testCheckAccessTreeManipulator |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Tests checkAccess() tree manipulator. |
DefaultMenuLinkTreeManipulatorsTest::testCheckNodeAccess |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Tests the optimized node access checking. |
DefaultMenuLinkTreeManipulatorsTest::testDeprecation |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
@group legacy |
DefaultMenuLinkTreeManipulatorsTest::testFlatten |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Tests the flatten() tree manipulator. |
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. |