CommentFieldFilterTest |
class |
core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php |
Tests comment field filters with translations. |
CommentFieldFilterTest.php |
file |
core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php |
|
CommentFieldFilterTest::$commentTitles |
property |
core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php |
List of comment titles by language. |
CommentFieldFilterTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php |
|
CommentFieldFilterTest::$modules |
property |
core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php |
|
CommentFieldFilterTest::$testViews |
property |
core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php |
Views used by this test. |
CommentFieldFilterTest::assertPageCounts |
function |
core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php |
Asserts that the given comment translation counts are correct. |
CommentFieldFilterTest::setUp |
function |
core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php |
|
CommentFieldFilterTest::testFilters |
function |
core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php |
Tests body and title filters. |
CommentTest::testCollectionFilterAccess |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
CommonCollectionFilterAccessTestPatternsTrait |
trait |
core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php |
Provides common filter access control tests. |
CommonCollectionFilterAccessTestPatternsTrait.php |
file |
core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php |
|
CommonCollectionFilterAccessTestPatternsTrait::doTestCollectionFilterAccessBasedOnPermissions |
function |
core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php |
Implements ::testCollectionFilterAccess() for pure permission-based access. |
CommonCollectionFilterAccessTestPatternsTrait::doTestCollectionFilterAccessForPublishableEntities |
function |
core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php |
Implements ::testCollectionFilterAccess() for permission + status access. |
ConfigEntityImportTest::doFilterFormatUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating a filter format during import. |
ConfigFactoryOverrideBase::filterNestedArray |
function |
core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php |
Filters data in nested arrays. |
ConfigFactoryOverrideBase::filterOverride |
function |
core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php |
Filters data in the override based on what is currently in configuration. |
ConfigFactoryOverrideBaseTest::providerTestFilterNestedArray |
function |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php |
|
ConfigFactoryOverrideBaseTest::testFilterNestedArray |
function |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php |
@dataProvider providerTestFilterNestedArray |
ConfigTranslationBlockListBuilder::getFilterLabels |
function |
core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php |
|
ConfigTranslationEntityListBuilder::getFilterLabels |
function |
core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php |
Provides user facing strings for the filter element. |
ConfigTranslationFieldListBuilder::getFilterLabels |
function |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
|
Connection::filterComment |
function |
core/lib/Drupal/Core/Database/Connection.php |
Sanitize a query comment string. |
ConnectionTest::providerFilterComments |
function |
core/tests/Drupal/Tests/Core/Database/ConnectionTest.php |
Data provider for testFilterComments(). |
ConnectionTest::testFilterComments |
function |
core/tests/Drupal/Tests/Core/Database/ConnectionTest.php |
Tests Connection::filterComments(). |
container--text-format-filter-guidelines.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/components/text_format/container--text-format-filter-guidelines.html.twig |
Theme implementation for text filter guidelines. |
container--text-format-filter-guidelines.html.twig |
file |
core/themes/claro/templates/text_format/container--text-format-filter-guidelines.html.twig |
Theme implementation for text filter guidelines. |
container--text-format-filter-help.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/components/text_format/container--text-format-filter-help.html.twig |
Theme implementation for text filter help. |
container--text-format-filter-help.html.twig |
file |
core/themes/claro/templates/text_format/container--text-format-filter-help.html.twig |
Theme implementation for text filter help. |
container--text-format-filter-wrapper.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/components/text_format/container--text-format-filter-wrapper.html.twig |
Theme implementation for the text filter wrapper. |
container--text-format-filter-wrapper.html.twig |
file |
core/themes/claro/templates/text_format/container--text-format-filter-wrapper.html.twig |
Theme implementation for the text filter wrapper. |
ContentEntityFormFieldValidationFilteringTest |
class |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
Tests field validation filtering on content entity forms. |
ContentEntityFormFieldValidationFilteringTest.php |
file |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
|
ContentEntityFormFieldValidationFilteringTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
|
ContentEntityFormFieldValidationFilteringTest::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The ID of the type of the entity under test. |
ContentEntityFormFieldValidationFilteringTest::$fieldNameFile |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The name of the file field being tested with the entity type. |
ContentEntityFormFieldValidationFilteringTest::$fieldNameMultiple |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The multi-valued field name being tested with the entity type. |
ContentEntityFormFieldValidationFilteringTest::$fieldNameSingle |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The single-valued field name being tested with the entity type. |
ContentEntityFormFieldValidationFilteringTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
|
ContentEntityFormFieldValidationFilteringTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
|
ContentEntityFormFieldValidationFilteringTest::testFieldWidgetsWithLimitedValidationErrors |
function |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
Tests field widgets with #limit_validation_errors. |
ContentTypeHeaderMatcher::filter |
function |
core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php |
|
ContentTypeHeaderMatcherTest::providerTestSafeRequestFilter |
function |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
|
ContentTypeHeaderMatcherTest::testSafeRequestFilter |
function |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
Tests that routes are not filtered on safe requests. |
ContextHandler::filterPluginDefinitionsByContexts |
function |
core/lib/Drupal/Core/Plugin/Context/ContextHandler.php |
|
ContextHandlerInterface::filterPluginDefinitionsByContexts |
function |
core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php |
Determines plugins whose constraints are satisfied by a set of contexts. |
ContextHandlerTest::providerTestFilterPluginDefinitionsByContexts |
function |
core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php |
Provides data for testFilterPluginDefinitionsByContexts(). |
ContextHandlerTest::testFilterPluginDefinitionsByContexts |
function |
core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php |
@covers ::filterPluginDefinitionsByContexts |
ContextualFiltersBlockContextTest |
class |
core/modules/views/tests/src/Functional/Plugin/ContextualFiltersBlockContextTest.php |
A test for contextual filters exposed as block context. |
ContextualFiltersBlockContextTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/ContextualFiltersBlockContextTest.php |
|