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/ |
Provide default options for exposed filters. |
InOperator::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
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/ |
Overrides \Drupal\views\Plugin\views\HandlerBase::init(). |
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/ |
Add this filter to the query. |
InOperator::reduceValueOptions | function | core/ |
When using exposed filters, we may be required to reduce the set. |
InOperator::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
InOperator::valueForm | function | core/ |
Options form subform for setting options. |
InOperator::valueSubmit | 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. |
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/ |
Options form subform for setting the operator. |
LatestTranslationAffectedRevision::operatorForm | function | core/ |
Options form subform for setting the operator. |
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/ |
Set database dump files to be used. |
LimitOperatorsDefaultsTest::testViewsPostUpdateLimitOperatorsDefaultValues | function | core/ |
Tests that default settings for limit operators are present. |
ManyToOne::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. |
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/ |
Options form subform for setting the operator. |
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/ |
Options form subform for setting the operator. |
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/ |
Gets any special processing requirements for the condition operator. |
TaxonomyIndexTidDepth::operatorOptions | function | core/ |
Build strings from the operators() for 'select' options |
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 |
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.