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 |
|---|---|---|---|
| InOperator::defaultExposeOptions | function | core/ |
|
| InOperator::defineOptions | function | core/ |
|
| InOperator::getValueOptions | function | core/ |
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values. |
| InOperator::init | function | core/ |
|
| InOperator::opEmpty | function | core/ |
|
| InOperator::operatorOptions | function | core/ |
Build strings from the operators() for 'select' options |
| InOperator::operators | function | core/ |
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array. |
| 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[[api-linebreak]] @group views |
| InOperatorTest.php | file | core/ |
|
| InOperatorTest::testValidate | function | core/ |
@covers ::validate[[api-linebreak]] |
| 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/ |
|
| limit-exposed-operators.php | file | core/ |
Test fixture. |
| LimitOperatorsDefaultsTest | class | core/ |
Tests the upgrade path for limit operators feature. |
| LimitOperatorsDefaultsTest.php | file | core/ |
|
| LimitOperatorsDefaultsTest::setDatabaseDumpFiles | function | core/ |
|
| LimitOperatorsDefaultsTest::testViewsPostUpdateLimitOperatorsDefaultValues | function | core/ |
Tests that default settings for limit operators are present. |
| ManyToOne::operators | function | core/ |
|
| NumericArgument::$operator | property | core/ |
The operator used for the query: or|and. |
| NumericFilter::operatorOptions | function | core/ |
Provide a list of all the numeric operators |
| NumericFilter::operators | function | core/ |
|
| NumericFilter::operatorValues | function | core/ |
|
| 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/ |
|
| Sql::$groupOperator | property | core/ |
The default operator to use when connecting the WHERE groups. May be AND or OR. |
| Status::operatorForm | function | core/ |
Options form subform for setting the operator. |
| Status::operatorForm | function | core/ |
|
| StringFilter::operator | function | core/ |
|
| StringFilter::operatorOptions | function | core/ |
Build strings from the operators() for 'select' options |
| StringFilter::operators | function | core/ |
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array. |
| StringFilter::operatorValues | function | core/ |
|
| StubConnection::mapConditionOperator | function | core/ |
|
| TaxonomyIndexTidDepth::operatorOptions | function | core/ |
|
| views.view.test_filter_in_operator_ui.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_in_operator_ui.yml |
| ViewsConfigUpdater::mapOperatorFromSingleToMultiple | function | core/ |
Maps a single operator to a multiple one, if possible. |
| ViewsConfigUpdater::needsOperatorDefaultsUpdate | function | core/ |
Add additional settings to the entity link field. |
| ViewsConfigUpdater::processOperatorDefaultsHandler | function | core/ |
Processes operator defaults. |
| ViewsConfigUpdaterTest::testNeedsOperatorUpdateDefaults | function | core/ |
@covers ::needsOperatorDefaultsUpdate[[api-linebreak]] |
| views_post_update_limit_operator_defaults | function | core/ |
Define default values for limit operators settings in all filters. |
Pagination
- Previous page
- Page 3
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.