Search for operator
- Search 7.x for operator
- Search 9.5.x for operator
- Search 10.3.x for operator
- Search 11.x for operator
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FilterBooleanOperatorStringTest | class | core/ |
Tests the core Drupal\views\Plugin\views\filter\BooleanOperatorString handler. |
FilterBooleanOperatorStringTest.php | file | core/ |
|
FilterBooleanOperatorStringTest::$columnMap | property | core/ |
Map column names. |
FilterBooleanOperatorStringTest::$modules | property | core/ |
The modules to enable for this test. |
FilterBooleanOperatorStringTest::$testViews | property | core/ |
Views used by this test. |
FilterBooleanOperatorStringTest::dataSet | function | core/ |
Returns a very simple test dataset. |
FilterBooleanOperatorStringTest::getGroupedExposedFilters | function | core/ |
Provides grouped exposed filter configuration. |
FilterBooleanOperatorStringTest::schemaDefinition | function | core/ |
Returns the schema definition. |
FilterBooleanOperatorStringTest::testFilterBooleanOperatorString | function | core/ |
Tests the BooleanOperatorString filter. |
FilterBooleanOperatorStringTest::testFilterGroupedExposed | function | core/ |
Tests the Boolean filter with grouped exposed form enabled. |
FilterBooleanOperatorStringTest::viewsData | function | core/ |
Returns the views data definition. |
FilterBooleanOperatorTest | class | core/ |
Tests the core Drupal\views\Plugin\views\filter\BooleanOperator handler. |
FilterBooleanOperatorTest.php | file | core/ |
|
FilterBooleanOperatorTest::$columnMap | property | core/ |
Map column names. |
FilterBooleanOperatorTest::$modules | property | core/ |
The modules to enable for this test. |
FilterBooleanOperatorTest::$testViews | property | core/ |
Views used by this test. |
FilterBooleanOperatorTest::getGroupedExposedFilters | function | core/ |
Provides grouped exposed filter configuration. |
FilterBooleanOperatorTest::testFilterBooleanOperator | function | core/ |
Tests the BooleanOperator filter. |
FilterBooleanOperatorTest::testFilterGroupedExposed | function | core/ |
Tests the boolean filter with grouped exposed form enabled. |
FilterInOperatorTest | class | core/ |
Tests the core Drupal\views\Plugin\views\filter\InOperator handler. |
FilterInOperatorTest.php | file | core/ |
|
FilterInOperatorTest::$columnMap | property | core/ |
Map column names. |
FilterInOperatorTest::$modules | property | core/ |
Modules to enable. |
FilterInOperatorTest::$testViews | property | core/ |
Views used by this test. |
FilterInOperatorTest::getGroupedExposedFilters | function | core/ |
|
FilterInOperatorTest::testFilterGroupedChangedIdentifier | function | core/ |
Tests that we can safely change the identifier on a grouped filter. |
FilterInOperatorTest::testFilterInOperatorGroupedExposedSimple | function | core/ |
|
FilterInOperatorTest::testFilterInOperatorSimple | function | core/ |
|
FilterInOperatorTest::testFilterNotInOperatorGroupedExposedSimple | function | core/ |
|
FilterInOperatorTest::testFilterOptionAsMarkup | function | core/ |
Tests that the InOperator filter can handle TranslateableMarkup. |
FilterInOperatorTest::viewsData | function | core/ |
Returns the views data definition. |
FilterPluginBase::$no_operator | property | core/ |
Disable the possibility to use operators. |
FilterPluginBase::$operator | property | core/ |
Contains the operator which is used on the query. |
FilterPluginBase::operatorForm | function | core/ |
Options form subform for setting the operator. |
FilterPluginBase::operatorOptions | function | core/ |
Provide a list of options for the default operator form. Should be overridden by classes that don't override operatorForm |
FilterPluginBase::operatorSubmit | function | core/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
FilterPluginBase::operatorValidate | function | core/ |
Validate the operator form. |
FilterPluginBase::showOperatorForm | function | core/ |
Shortcut to display the operator form. |
FilterTest::testInOperatorSelectAllOptions | function | core/ |
Test no error message is displayed when all options are selected in an exposed filter. |
FilterTest::testLimitExposedOperators | function | core/ |
Tests the limit of the expose operator functionality. |
FilterUITest::testFilterInOperatorUi | function | core/ |
Tests that an option for a filter is saved as expected from the UI. |
HistoryUserTimestamp::$no_operator | property | core/ |
Disable the possibility to use operators. |
InOperator | class | core/ |
Simple filter to handle matching of multiple options selectable via checkboxes |
InOperator.php | file | core/ |
|
InOperator::$valueFormType | property | core/ |
|
InOperator::$valueOptions | property | core/ |
Stores all operations which are available on the form. |
InOperator::$valueTitle | property | core/ |
The filter title. |
InOperator::acceptExposedInput | function | core/ |
Determines if the input from a filter should change the generated query. |
InOperator::adminSummary | function | core/ |
Display the filter on the administrative summary |
InOperator::buildExposeForm | function | core/ |
Options form subform for exposed filter options. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.