action-link.css |
file |
core/themes/claro/css/components/action-link.css |
Styles for action links. |
action-link.pcss.css |
file |
core/themes/claro/css/components/action-link.pcss.css |
Styles for action links. |
action-links.css |
file |
core/themes/starterkit_theme/css/components/action-links.css |
Styles for link buttons and action links. |
action-links.css |
file |
core/profiles/demo_umami/themes/umami/css/classy/components/action-links.css |
Styles for link buttons and action links. |
action-links.css |
file |
core/themes/olivero/css/components/action-links.css |
Styles for action links. |
action-links.pcss.css |
file |
core/themes/olivero/css/components/action-links.pcss.css |
Styles for action links. |
ActiveLinkResponseFilter |
class |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php |
Subscribes to filter HTML responses, to set attributes on active links. |
ActiveLinkResponseFilter.php |
file |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php |
|
ActiveLinkResponseFilter::$currentPath |
property |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php |
The current path. |
ActiveLinkResponseFilter::$currentUser |
property |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php |
The current user. |
ActiveLinkResponseFilter::$languageManager |
property |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php |
The language manager. |
ActiveLinkResponseFilter::$pathMatcher |
property |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php |
The path matcher. |
ActiveLinkResponseFilter::getSubscribedEvents |
function |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php |
|
ActiveLinkResponseFilter::onResponse |
function |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php |
Sets the 'is-active' class on links. |
ActiveLinkResponseFilter::setLinkActiveClass |
function |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php |
Sets the "is-active" class and aria-current attribute on relevant links. |
ActiveLinkResponseFilter::__construct |
function |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php |
Constructs a new ActiveLinkResponseFilter instance. |
ActiveLinkResponseFilterTest |
class |
core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php |
Tests Drupal\Core\EventSubscriber\ActiveLinkResponseFilter. |
ActiveLinkResponseFilterTest.php |
file |
core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php |
|
ActiveLinkResponseFilterTest::providerTestSetLinkActiveClass |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php |
Provides test data for testSetLinkActiveClass(). |
ActiveLinkResponseFilterTest::testOnlyHtml |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php |
Tests ActiveLinkResponseFilter only affects HTML responses. |
ActiveLinkResponseFilterTest::testSetLinkActiveClass |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php |
Tests setLinkActiveClass(). |
ActiveLinkResponseFilterTest::testSkipCertainResponseTypes |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php |
Tests certain response types ignored by the ActiveLinkResponseFilter. |
ActiveLinkTest |
class |
core/modules/system/tests/src/FunctionalJavascript/ActiveLinkTest.php |
Tests active link JS behavior. |
ActiveLinkTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/ActiveLinkTest.php |
|
ActiveLinkTest::$defaultTheme |
property |
core/modules/system/tests/src/FunctionalJavascript/ActiveLinkTest.php |
|
ActiveLinkTest::testQueryStringQuotes |
function |
core/modules/system/tests/src/FunctionalJavascript/ActiveLinkTest.php |
Ensures no JS error is thrown with query strings containing special chars. |
AddFeedTest::urlToRSSLinkPattern |
function |
core/modules/system/tests/src/Kernel/Common/AddFeedTest.php |
Creates a pattern representing the RSS feed in the page. |
AdminTest::getTopLevelMenuLinks |
function |
core/modules/system/tests/src/Functional/System/AdminTest.php |
Returns all top level menu links. |
AjaxTestController::exceptionLink |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Provides an Ajax link for the exception. |
AjaxTestController::insertLinksBlockWrapper |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns a render array of links that directly Drupal.ajax(). |
AjaxTestController::insertLinksInlineWrapper |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns a render array of links that directly Drupal.ajax(). |
AjaxTestController::insertLinksTableWrapper |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Returns a render array of links that directly Drupal.ajax(). |
AjaxTestController::linkPageDialog |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Provides an Ajax link that open in dialog. |
AjaxTestController::linkPageDialogTitle |
function |
core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php |
Provides a title to the page. |
announcements_feed.links.menu.yml |
file |
core/modules/announcements_feed/announcements_feed.links.menu.yml |
core/modules/announcements_feed/announcements_feed.links.menu.yml |
AreaDisplayLinkTest |
class |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
Tests the core views_handler_area_display_link handler. |
AreaDisplayLinkTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
|
AreaDisplayLinkTest::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
Modules to install. |
AreaDisplayLinkTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
Views to be enabled. |
AreaDisplayLinkTest::assertFormOptions |
function |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
Assert the display options contains only path based displays. |
AreaDisplayLinkTest::assertNoWarningMessages |
function |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
Assert no warning messages are shown when all display are equal. |
AreaDisplayLinkTest::assertRenderedDisplayLinks |
function |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
Assert the display links are correctly rendered for a display. |
AreaDisplayLinkTest::assertWarningMessages |
function |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
Assert the warning messages are shown after changing the page_1 display. |
AreaDisplayLinkTest::renderDisplayLink |
function |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
Render a display link. |
AreaDisplayLinkTest::setUp |
function |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
|
AreaDisplayLinkTest::testAreaDisplayLink |
function |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
Tests the views area display_link handler. |
ArgumentSummaryTest::testActiveLink |
function |
core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php |
Tests that the active link is set correctly. |
AssertContentTrait::assertLink |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Passes if a link with the specified label is found. |
AssertContentTrait::assertLinkByHref |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Passes if a link containing a given href (part) is found. |
AssertContentTrait::assertNoLink |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Passes if a link with the specified label is not found. |