| FilterBase |
class |
core/modules/filter/src/Plugin/FilterBase.php |
Provides a base class for Filter plugins. |
| FilterBase.php |
file |
core/modules/filter/src/Plugin/FilterBase.php |
|
| FilterBase::$provider |
property |
core/modules/filter/src/Plugin/FilterBase.php |
The name of the provider that owns this filter. |
| FilterBase::$settings |
property |
core/modules/filter/src/Plugin/FilterBase.php |
An associative array containing the configured settings of this filter. |
| FilterBase::$status |
property |
core/modules/filter/src/Plugin/FilterBase.php |
A Boolean indicating whether this filter is enabled. |
| FilterBase::$weight |
property |
core/modules/filter/src/Plugin/FilterBase.php |
The weight of this filter compared to others in a filter collection. |
| FilterBase::calculateDependencies |
function |
core/modules/filter/src/Plugin/FilterBase.php |
Calculates dependencies for the configured plugin. |
| FilterBase::defaultConfiguration |
function |
core/modules/filter/src/Plugin/FilterBase.php |
Gets default configuration for this plugin. |
| FilterBase::getConfiguration |
function |
core/modules/filter/src/Plugin/FilterBase.php |
Gets this plugin's configuration. |
| FilterBase::getDescription |
function |
core/modules/filter/src/Plugin/FilterBase.php |
Returns the administrative description for this filter plugin. |
| FilterBase::getHTMLRestrictions |
function |
core/modules/filter/src/Plugin/FilterBase.php |
Returns HTML allowed by this filter's configuration. |
| FilterBase::getLabel |
function |
core/modules/filter/src/Plugin/FilterBase.php |
Returns the administrative label for this filter plugin. |
| FilterBase::getType |
function |
core/modules/filter/src/Plugin/FilterBase.php |
Returns the processing type of this filter plugin. |
| FilterBase::prepare |
function |
core/modules/filter/src/Plugin/FilterBase.php |
Prepares the text for processing. |
| FilterBase::setConfiguration |
function |
core/modules/filter/src/Plugin/FilterBase.php |
Sets the configuration for this plugin instance. |
| FilterBase::settingsForm |
function |
core/modules/filter/src/Plugin/FilterBase.php |
Generates a filter's settings form. |
| FilterBase::tips |
function |
core/modules/filter/src/Plugin/FilterBase.php |
Generates a filter's tip. |
| FilterBase::__construct |
function |
core/modules/filter/src/Plugin/FilterBase.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| FilterBooleanOperatorDefaultTest |
class |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php |
Tests the queryOpBoolean() with default operator. |
| FilterBooleanOperatorDefaultTest |
class |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterBooleanOperatorDefaultTest.php |
Filter to test queryOpBoolean() with default operator. |
| FilterBooleanOperatorDefaultTest.php |
file |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterBooleanOperatorDefaultTest.php |
|
| FilterBooleanOperatorDefaultTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php |
|
| FilterBooleanOperatorDefaultTest::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php |
Modules to enable. |
| FilterBooleanOperatorDefaultTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php |
Views to be enabled. |
| FilterBooleanOperatorDefaultTest::query |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterBooleanOperatorDefaultTest.php |
Add this filter to the query. |
| FilterBooleanOperatorDefaultTest::testFilterBooleanOperatorDefault |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php |
Tests the queryOpBoolean() with default operator. |
| FilterBooleanOperatorDefaultTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php |
Returns the views data definition. |
| FilterBooleanOperatorGroupTest |
class |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php |
Tests the core Drupal\views\Plugin\views\filter\BooleanOperator handler. |
| FilterBooleanOperatorGroupTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php |
|
| FilterBooleanOperatorGroupTest::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php |
The modules to enable for this test. |
| 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::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php |
The modules to enable for this test. |
| 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::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php |
The modules to enable for this test. |
| FilterBooleanOperatorTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php |
Views used by this test. |
| FilterBooleanOperatorTest::getGroupedExposedFilters |
function |
core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php |
Provides grouped exposed filter configuration. |