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 |
---|---|---|---|
Access::operatorForm | function | core/ |
Options form subform for setting the operator. |
BooleanOperator | class | core/ |
Simple filter to handle matching of boolean values |
BooleanOperator.php | file | core/ |
|
BooleanOperator::$accept_null | property | core/ |
|
BooleanOperator::$alwaysMultiple | property | core/ |
Disable the possibility to force a single value. |
BooleanOperator::adminSummary | function | core/ |
Display the filter on the administrative summary |
BooleanOperator::defaultExposeOptions | function | core/ |
Provide default options for exposed filters. |
BooleanOperator::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
BooleanOperator::EQUAL | constant | core/ |
The equal query operator. |
BooleanOperator::getValueOptions | function | core/ |
Return the possible options for this filter. |
BooleanOperator::init | function | core/ |
Overrides \Drupal\views\Plugin\views\HandlerBase::init(). |
BooleanOperator::NOT_EQUAL | constant | core/ |
The non equal query operator. |
BooleanOperator::operatorOptions | function | core/ |
Provide a list of options for the default operator form. Should be overridden by classes that don't override operatorForm |
BooleanOperator::operators | function | core/ |
Returns an array of operator information. |
BooleanOperator::query | function | core/ |
Add this filter to the query. |
BooleanOperator::queryOpBoolean | function | core/ |
Adds a where condition to the query for a boolean value. |
BooleanOperator::valueForm | function | core/ |
Options form subform for setting options. |
BooleanOperator::valueValidate | function | core/ |
Validate the options form. |
BooleanOperatorString | class | core/ |
Simple filter to handle matching of boolean values. |
BooleanOperatorString.php | file | core/ |
|
BooleanOperatorString::query | function | core/ |
Add this filter to the query. |
Condition::$conditionOperatorMap | property | core/ |
Provides a map of condition operators to condition operator options. |
Condition::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
ConditionTest::dataProviderTestCompileWithKnownOperators | function | core/ |
Provides a list of known operations and the expected output. |
ConditionTest::providerTestCompileWithSqlInjectionForOperator | function | core/ |
|
ConditionTest::testCompileWithKnownOperators | function | core/ |
@covers ::compile |
ConditionTest::testCompileWithSqlInjectionForOperator | function | core/ |
@covers ::compile |
Connection::$postgresqlConditionOperatorMap | property | core/ |
A map of condition operators to PostgreSQL operators. |
Connection::$sqliteConditionOperatorMap | property | core/ |
A map of condition operators to SQLite operators. |
Connection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
DateFilterTest::testLimitExposedOperators | function | core/ |
Tests the limit of the expose operator functionality. |
EntityCondition::$allowedOperators | property | core/ |
The allowed condition operators. |
EntityCondition::$operator | property | core/ |
The condition operator. |
EntityCondition::operator | function | core/ |
The comparison operator to use for the evaluation. |
EntityCondition::OPERATOR_KEY | constant | core/ |
The operator key in the condition: filter[lorem][condition][<operator>]. |
EntityReferenceAutocompleteWidget::getMatchOperatorOptions | function | core/ |
Returns the options for the match operator. |
Equality::operatorOptions | function | core/ |
Provide simple equality operator |
FilterBooleanOperatorDefaultTest | class | core/ |
Filter to test queryOpBoolean() with default operator. |
FilterBooleanOperatorDefaultTest | class | core/ |
Tests the queryOpBoolean() with default operator. |
FilterBooleanOperatorDefaultTest.php | file | core/ |
|
FilterBooleanOperatorDefaultTest.php | file | core/ |
|
FilterBooleanOperatorDefaultTest::$modules | property | core/ |
Modules to enable. |
FilterBooleanOperatorDefaultTest::$testViews | property | core/ |
Views to be enabled. |
FilterBooleanOperatorDefaultTest::query | function | core/ |
Add this filter to the query. |
FilterBooleanOperatorDefaultTest::testFilterBooleanOperatorDefault | function | core/ |
Tests the queryOpBoolean() with default operator. |
FilterBooleanOperatorDefaultTest::viewsData | function | core/ |
Returns the views data definition. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.