AcceptHeaderMatcher::filter |
function |
core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php |
Filters the route collection against a request. |
AcceptHeaderMatcherTest::acceptFilterProvider |
function |
core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php |
Provides data for the Accept header filtering test. |
AcceptHeaderMatcherTest::testAcceptFiltering |
function |
core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php |
Tests that requests using Accept headers get filtered correctly. |
AccessTest::testContentAccessFilter |
function |
core/modules/views/tests/src/Functional/Plugin/AccessTest.php |
Tests that node_access table is joined when hook_node_grants() is implemented. |
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. |
AdminUiTest::testFilterCheckboxesToggleSettings |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php |
Test that filter settings are only visible when the filter is enabled. |
AdminUiTest::testUnavailableFiltersHiddenWhenSwitching |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php |
CKEditor 5's filter UI modifications should not break it for other editors. |
AssetResolver::filterLibrariesByType |
function |
core/lib/Drupal/Core/Asset/AssetResolver.php |
Filter libraries that don't contain an asset type. |
AuthenticationManager::applyFilter |
function |
core/lib/Drupal/Core/Authentication/AuthenticationManager.php |
Checks whether a provider is allowed on the given request. |
AuthenticationManager::defaultFilter |
function |
core/lib/Drupal/Core/Authentication/AuthenticationManager.php |
Default implementation of the provider filter. |
AuthenticationManagerTest::providerTestDefaultFilter |
function |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php |
Provides data to self::testDefaultFilter(). |
AuthenticationManagerTest::testApplyFilterWithFilterProvider |
function |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php |
Tests apply filter with filter provider. |
AuthenticationManagerTest::testDefaultFilter |
function |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php |
Tests default filter. |
AuthenticationProviderFilterInterface |
interface |
core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php |
Restrict authentication methods to a subset of the site. |
AuthenticationProviderFilterInterface.php |
file |
core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php |
|
AuthenticationProviderFilterInterface::appliesToRoutedRequest |
function |
core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php |
Checks whether the authentication method is allowed on a given route. |
AuthenticationSubscriber::$filter |
property |
core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php |
Authentication provider filter. |
AuthenticationSubscriber::onKernelRequestFilterProvider |
function |
core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php |
Denies access if authentication provider is not allowed on this route. |
BasicTest::testSimpleFiltering |
function |
core/modules/views/tests/src/Kernel/BasicTest.php |
Tests filtering of the result set. |
BigPipe::filterEmbeddedResponse |
function |
core/modules/big_pipe/src/Render/BigPipe.php |
Filters the given embedded response, using the cumulative AJAX page state. |
BigPipe::filterResponse |
function |
core/modules/big_pipe/src/Render/BigPipe.php |
Filters the given response. |
BlockContent::getFilters |
function |
core/modules/block_content/src/Plugin/views/wizard/BlockContent.php |
Gets the filters property. |
BlockContentFieldFilterTest |
class |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
Tests block_content field filters with translations. |
BlockContentFieldFilterTest.php |
file |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
|
BlockContentFieldFilterTest::$blockContentInfos |
property |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
List of block_content infos by language. |
BlockContentFieldFilterTest::$defaultTheme |
property |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
The theme to install as the default for testing. |
BlockContentFieldFilterTest::$modules |
property |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
Modules to install. |
BlockContentFieldFilterTest::$testViews |
property |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
Views used by this test. |
BlockContentFieldFilterTest::assertPageCounts |
function |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
Asserts that the given block_content translation counts are correct. |
BlockContentFieldFilterTest::setUp |
function |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
Sets up the test. |
BlockContentFieldFilterTest::testFilters |
function |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
Tests body and info filters. |
BlockContentTest::testCollectionFilterAccess |
function |
core/modules/jsonapi/tests/src/Functional/BlockContentTest.php |
|
BlockExposedFilterAJAXTest |
class |
core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php |
Tests the exposed filter ajax functionality in a block. |
BlockExposedFilterAJAXTest.php |
file |
core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php |
|
BlockExposedFilterAJAXTest::$defaultTheme |
property |
core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php |
The theme to install as the default for testing. |