InOperator |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Simple filter to handle matching of multiple options selectable via checkboxes |
InOperator.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Definition of Drupal\views\Plugin\views\filter\InOperator. |
BooleanOperator |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
Simple filter to handle matching of boolean values |
Roles::operators |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Roles.php |
Override empty and not empty operator labels to be clearer for user roles. |
InOperator::init |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Overrides \Drupal\views\Plugin\views\filter\FilterPluginBase::init(). |
String::operator |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php |
|
InOperator::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Add this filter to the query. |
String::operators |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php |
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. |
Numeric::operators |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Numeric.php |
|
Numeric::$operator |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Numeric.php |
The operator used for the query: or|and. |
InOperator::opEmpty |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
|
BooleanOperator.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
Definition of Drupal\views\Plugin\views\filter\BooleanOperator. |
Sql::$group_operator |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
The default operator to use when connecting the WHERE groups. May be
AND or OR. |
InOperator::opSimple |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
|
Search::operatorForm |
function |
drupal/core/modules/search/lib/Drupal/search/Plugin/views/filter/Search.php |
Provide simple equality operator |
InOperator::validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Validates the handler against the complete View. |
FilterInOperatorTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
Tests the core Drupal\views\Plugin\views\filter\InOperator handler. |
Status::operatorForm |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/Status.php |
Options form subform for setting the operator. |
Access::operatorForm |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/Access.php |
Options form subform for setting the operator. |
ManyToOne::operators |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/ManyToOne.php |
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. |
BooleanOperatorString |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperatorString.php |
Simple filter to handle matching of boolean values. |
InOperator::operators |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
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::valueForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Options form subform for setting options. |
ternary_operator.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ternary_operator.test |
|
BooleanOperator::init |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
Overrides \Drupal\views\Plugin\views\filter\FilterPluginBase::init(). |
String::operatorValues |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php |
|
BooleanOperator::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
Add this filter to the query. |
Numeric::operatorValues |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Numeric.php |
|
InOperator::valueSubmit |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
Comparison::getOperator |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Comparison.php |
|
String::operatorOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php |
Build strings from the operators() for 'select' options |
Numeric::operatorOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Numeric.php |
Provide a list of all the numeric operators |
FilterInOperatorTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
Definition of Drupal\views\Tests\Handler\FilterInOperatorTest. |
InOperator::adminSummary |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Display the filter on the administrative summary |
Twig_Token::OPERATOR_TYPE |
constant |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
|
InOperator::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
PHP_Token_OBJECT_OPERATOR |
class |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
Equality::operatorOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Equality.php |
Provide simple equality operator |
BooleanOperatorString.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperatorString.php |
Definition of Drupal\views\Plugin\views\filter\BooleanOperatorString. |
InOperator::$value_options |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Stores all operations which are available on the form. |
InOperator::operatorValues |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
|
UriTemplate::$operatorHash |
property |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php |
|
BooleanOperator::valueForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
Options form subform for setting options. |
FilterPluginBase::$operator |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Contains the operator which is used on the query. |
InOperator::getValueOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
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::buildExposeForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Options form subform for exposed filter options. |
InOperator::operatorOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Build strings from the operators() for 'select' options |
FilterInOperatorTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
Sets up Drupal unit test environment. |
BooleanOperatorString::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperatorString.php |
Add this filter to the query. |
InOperator::$value_form_type |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
|