Search for operator
- Search 7.x for operator
- Search 9.5.x for operator
- Search 8.9.x for operator
- Search 10.3.x for operator
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
FilterPluginBase::operatorSubmit | function | core/ |
Perform any necessary changes to the form values prior to storage. |
FilterPluginBase::operatorValidate | function | core/ |
Validate the operator form. |
FilterPluginBase::showOperatorForm | function | core/ |
Shortcut to display the operator form. |
FilterTest::testInOperatorSelectAllOptions | function | core/ |
Tests an exposed filter when all options are selected. |
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/ |
|
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/ |
|
InOperator::adminSummary | function | core/ |
|
InOperator::buildExposeForm | function | core/ |
|
InOperator::defaultExposeOptions | function | core/ |
|
InOperator::defineOptions | function | core/ |
|
InOperator::getValueOptions | function | core/ |
Gets the value options. |
InOperator::init | function | core/ |
|
InOperator::opEmpty | function | core/ |
|
InOperator::operatorOptions | function | core/ |
Build strings from the operators() for 'select' options. |
InOperator::operators | function | core/ |
|
InOperator::operatorValues | function | core/ |
|
InOperator::opSimple | function | core/ |
|
InOperator::query | function | core/ |
|
InOperator::reduceValueOptions | function | core/ |
When using exposed filters, we may be required to reduce the set. |
InOperator::validate | function | core/ |
|
InOperator::valueForm | function | core/ |
|
InOperator::valueSubmit | function | core/ |
|
InOperatorTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\filter\InOperator @group views |
InOperatorTest.php | file | core/ |
|
InOperatorTest::testValidate | function | core/ |
@covers ::validate |
InOperatorTest::validate_options_callback | function | core/ |
|
JoinPluginBase::$extraOperator | property | core/ |
How all the extras will be combined. Either AND or OR. |
LatestRevision::operatorForm | function | core/ |
|
LatestTranslationAffectedRevision::operatorForm | function | core/ |
|
ManyToOne::operators | function | core/ |
|
NumericFilter::operatorOptions | function | core/ |
Provide a list of all the numeric operators. |
NumericFilter::operators | function | core/ |
|
NumericFilter::operatorValues | function | core/ |
|
QueryPluginBase::$groupOperator | property | core/ |
Controls how the WHERE and HAVING groups are put together. |
QueryPluginBase::setGroupOperator | function | core/ |
Control how all WHERE and HAVING groups are put together. |
QueryTest::testConditionOperatorArgumentsSQLInjection | function | core/ |
Tests SQL injection via condition operator. |
Roles::operators | function | core/ |
Override empty and not empty operator labels to be clearer for user roles. |
Search::operatorForm | function | core/ |
|
SelectTest::providerNonArrayOperatorWithArrayValueCondition | function | core/ |
Data provider for testNonArrayOperatorWithArrayValueCondition(). |
SelectTest::testNonArrayOperatorWithArrayValueCondition | function | core/ |
Tests thrown exception for non array operator conditions with array value. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.