| FilterPluginBaseTest |
class |
core/modules/views/tests/src/Unit/Plugin/filter/FilterPluginBaseTest.php |
Tests Drupal\views\Plugin\views\filter\FilterPluginBase. |
| FilterPluginBaseTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/filter/FilterPluginBaseTest.php |
|
| FilterPluginBaseTest::acceptExposedInputProvider |
function |
core/modules/views/tests/src/Unit/Plugin/filter/FilterPluginBaseTest.php |
The data provider for testAcceptExposedInput. |
| FilterPluginBaseTest::testAcceptExposedInput |
function |
core/modules/views/tests/src/Unit/Plugin/filter/FilterPluginBaseTest.php |
Tests accept exposed input. |
| FilterSecurityKernelTest |
class |
core/modules/filter/tests/src/Kernel/FilterSecurityKernelTest.php |
Tests that security filters are enforced even when marked to be skipped. |
| FilterSecurityKernelTest.php |
file |
core/modules/filter/tests/src/Kernel/FilterSecurityKernelTest.php |
|
| FilterSecurityKernelTest::$modules |
property |
core/modules/filter/tests/src/Kernel/FilterSecurityKernelTest.php |
Modules to install. |
| FilterSecurityKernelTest::setUp |
function |
core/modules/filter/tests/src/Kernel/FilterSecurityKernelTest.php |
|
| FilterSecurityKernelTest::testSkipSecurityFilters |
function |
core/modules/filter/tests/src/Kernel/FilterSecurityKernelTest.php |
Tests that security filters are enforced even when marked to be skipped. |
| FilterSecurityTest |
class |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
Tests HTML filtering with missing or skipped filters or text formats. |
| FilterSecurityTest.php |
file |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
|
| FilterSecurityTest::$adminUser |
property |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
A user with administrative permissions. |
| FilterSecurityTest::$defaultTheme |
property |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
The theme to install as the default for testing. |
| FilterSecurityTest::$modules |
property |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
Modules to install. |
| FilterSecurityTest::setUp |
function |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
|
| FilterSecurityTest::testDisableFilterModule |
function |
core/modules/filter/tests/src/Functional/FilterSecurityTest.php |
Tests removal of filtered content when an active filter is disabled. |
| FilterSettingsTest |
class |
core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterSettingsTest.php |
Unit tests of the filter_settings plugin. |
| FilterSettingsTest.php |
file |
core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterSettingsTest.php |
|
| FilterSettingsTest::dataProvider |
function |
core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterSettingsTest.php |
The test data provider. |
| FilterSettingsTest::testTransform |
function |
core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterSettingsTest.php |
Tests transformation of filter settings. |
| FilterStringTest |
class |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests the core Drupal\views\Plugin\views\filter\StringFilter handler. |
| FilterStringTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
|
| FilterStringTest::$columnMap |
property |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Map column names. |
| FilterStringTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Views used by this test. |
| FilterStringTest::dataSet |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
An extended test dataset. |
| FilterStringTest::getBasicPageView |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Build and return a Page view of the views_test_data table. |
| FilterStringTest::getGroupedExposedFilters |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Returns a set of grouped exposed filters. |
| FilterStringTest::schemaDefinition |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Returns the schema definition. |
| FilterStringTest::testFilterStringContains |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests the string filter with the 'contains' operator. |
| FilterStringTest::testFilterStringEmpty |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests filtering by string using the "empty" operator. |
| FilterStringTest::testFilterStringEnds |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests filtering by string using the "ends with" operator. |
| FilterStringTest::testFilterStringEqual |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests the string filter with the 'equal' operator. |
| FilterStringTest::testFilterStringGroupedExposedContains |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests grouped, exposed filtering with contains operator. |
| FilterStringTest::testFilterStringGroupedExposedEmpty |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests grouped and exposed filters with the "empty" operator. |
| FilterStringTest::testFilterStringGroupedExposedEnds |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests grouped and exposed filters with the "ends with" operator. |
| FilterStringTest::testFilterStringGroupedExposedEqual |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Returns a set of grouped exposed filters. |
| FilterStringTest::testFilterStringGroupedExposedLonger |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests grouped and exposed filters with the "longer than" operator. |
| FilterStringTest::testFilterStringGroupedExposedNot |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests grouped and exposed filters with the "does not contain" operator. |
| FilterStringTest::testFilterStringGroupedExposedNotEnds |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests grouped and exposed filters with the "does not end with" operator. |
| FilterStringTest::testFilterStringGroupedExposedNotEqual |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests grouped, exposed filtering with not equal operator. |
| FilterStringTest::testFilterStringGroupedExposedNotStarts |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests grouped and exposed filters with the "does not start with" operator. |
| FilterStringTest::testFilterStringGroupedExposedShorter |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests grouped and exposed filters with the "shorter than" operator. |
| FilterStringTest::testFilterStringGroupedExposedStarts |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests grouped and exposed filters with the "starts with" operator. |
| FilterStringTest::testFilterStringGroupedExposedWord |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests grouped and exposed filters with word-based filtering. |
| FilterStringTest::testFilterStringGroupedNotRegularExpression |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests the string filter with negated 'regular_expression' operator. |
| FilterStringTest::testFilterStringLonger |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests filtering by string using the "longer than" operator. |
| FilterStringTest::testFilterStringNot |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests filtering by string using the "does not contain" operator. |
| FilterStringTest::testFilterStringNotEnds |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests filtering by string using the "does not end with" operator. |
| FilterStringTest::testFilterStringNotEqual |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests the string filter with the 'not equal' operator. |
| FilterStringTest::testFilterStringNotRegularExpression |
function |
core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php |
Tests the string filter handler with the negated 'regular_expression' operator. |