| FilterBooleanOperatorGroupTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php |
|
| FilterBooleanOperatorGroupTest::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php |
Modules to install. |
| FilterBooleanOperatorGroupTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php |
Views used by this test. |
| FilterBooleanOperatorGroupTest::setUp |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php |
|
| FilterBooleanOperatorGroupTest::testViewsBooleanGroupedFilter |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php |
Tests that grouped boolean exposed form works as expected. |
| FilterBooleanOperatorStringTest |
class |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php |
Tests core's BooleanOperatorString views filter handler. |
| FilterBooleanOperatorStringTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php |
|
| FilterBooleanOperatorStringTest::$columnMap |
property |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php |
Map column names. |
| FilterBooleanOperatorStringTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php |
Views used by this test. |
| FilterBooleanOperatorStringTest::dataSet |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php |
Returns a very simple test dataset. |
| FilterBooleanOperatorStringTest::getGroupedExposedFilters |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php |
Provides grouped exposed filter configuration. |
| FilterBooleanOperatorStringTest::schemaDefinition |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php |
Returns the schema definition. |
| FilterBooleanOperatorStringTest::testFilterBooleanOperatorString |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php |
Tests the BooleanOperatorString filter. |
| FilterBooleanOperatorStringTest::testFilterGroupedExposed |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php |
Tests the Boolean filter with grouped exposed form enabled. |
| FilterBooleanOperatorStringTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php |
Returns the views data definition. |
| FilterBooleanOperatorTest |
class |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php |
Tests the core Drupal\views\Plugin\views\filter\BooleanOperator handler. |
| FilterBooleanOperatorTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php |
|
| FilterBooleanOperatorTest::$columnMap |
property |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php |
Map column names. |
| FilterBooleanOperatorTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php |
Views used by this test. |
| FilterBooleanOperatorTest::dataSet |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php |
Returns a very simple test dataset. |
| FilterBooleanOperatorTest::getGroupedExposedFilters |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php |
Provides grouped exposed filter configuration. |
| FilterBooleanOperatorTest::schemaDefinition |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php |
Returns the schema definition. |
| FilterBooleanOperatorTest::testEmptyFilterBooleanOperator |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php |
Tests the BooleanOperator empty/not empty filters. |
| FilterBooleanOperatorTest::testFilterBooleanOperator |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php |
Tests the BooleanOperator filter. |
| FilterBooleanOperatorTest::testFilterGroupedExposed |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php |
Tests the boolean filter with grouped exposed form enabled. |
| FilterBooleanWebTest |
class |
core/modules/views_ui/tests/src/Functional/FilterBooleanWebTest.php |
Tests the boolean filter UI. |
| FilterBooleanWebTest.php |
file |
core/modules/views_ui/tests/src/Functional/FilterBooleanWebTest.php |
|
| FilterBooleanWebTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/FilterBooleanWebTest.php |
The theme to install as the default for testing. |
| FilterBooleanWebTest::$testViews |
property |
core/modules/views_ui/tests/src/Functional/FilterBooleanWebTest.php |
Views used by this test. |
| FilterBooleanWebTest::testFilterBooleanUI |
function |
core/modules/views_ui/tests/src/Functional/FilterBooleanWebTest.php |
Tests the filter boolean UI. |
| FilterCaption |
class |
core/modules/filter/src/Plugin/Filter/FilterCaption.php |
Provides a filter to caption elements. |
| FilterCaption.php |
file |
core/modules/filter/src/Plugin/Filter/FilterCaption.php |
|
| FilterCaption::$filterManager |
property |
core/modules/filter/src/Plugin/Filter/FilterCaption.php |
Filter manager. |
| FilterCaption::process |
function |
core/modules/filter/src/Plugin/Filter/FilterCaption.php |
Performs the filter processing. |
| FilterCaption::tips |
function |
core/modules/filter/src/Plugin/Filter/FilterCaption.php |
Generates a filter's tip. |
| FilterCaption::__construct |
function |
core/modules/filter/src/Plugin/Filter/FilterCaption.php |
Constructs a new FilterCaption. |
| FilterCaptionTwigDebugTest |
class |
core/modules/filter/tests/src/Kernel/FilterCaptionTwigDebugTest.php |
Tests the caption filter with Twig debugging on. |
| FilterCaptionTwigDebugTest.php |
file |
core/modules/filter/tests/src/Kernel/FilterCaptionTwigDebugTest.php |
|
| FilterCaptionTwigDebugTest::$modules |
property |
core/modules/filter/tests/src/Kernel/FilterCaptionTwigDebugTest.php |
Modules to install. |
| FilterCaptionTwigDebugTest::register |
function |
core/modules/filter/tests/src/Kernel/FilterCaptionTwigDebugTest.php |
Registers test-specific services. |
| FilterCaptionTwigDebugTest::testCaptionFilter |
function |
core/modules/filter/tests/src/Kernel/FilterCaptionTwigDebugTest.php |
Tests the caption filter with Twig debugging on. |
| FilterCombineTest |
class |
core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php |
Tests the combine filter handler. |
| FilterCombineTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php |
|
| FilterCombineTest::$columnMap |
property |
core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php |
Map column names. |
| FilterCombineTest::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php |
Modules to install. |
| FilterCombineTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php |
Views used by this test. |
| FilterCombineTest::dataSet |
function |
core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php |
Additional data to test the NULL issue. |
| FilterCombineTest::schemaDefinition |
function |
core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php |
Allow {views_test_data}.job to be NULL. |
| FilterCombineTest::setUp |
function |
core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php |
|
| FilterCombineTest::testFilterCombineAllWords |
function |
core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php |
Tests the Combine field filter with the 'allwords' operator. |