ternary_operator_nothen.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ternary_operator_nothen.test |
|
ternary_operator_noelse.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ternary_operator_noelse.test |
|
Twig_Extension::getOperators |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension.php |
Returns a list of operators to add to the existing list. |
Twig_Lexer::getOperatorRegex |
function |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
|
FilterInOperatorTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
|
BooleanOperator::$no_operator |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
Disable the possibility to use operators. |
BooleanOperator::$accept_null |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
|
BooleanOperator::operatorForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
Options form subform for setting the operator. |
BooleanOperator::adminSummary |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
Display the filter on the administrative summary |
FilterPluginBase::$no_operator |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Disable the possibility to use operators. |
FilterPluginBase::operatorForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Options form subform for setting the operator. |
InOperator::reduceValueOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
When using exposed filters, we may be required to reduce the set. |
InOperator::acceptExposedInput |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Check to see if input from the exposed filters should change
the behavior of this filter. |
JoinPluginBase::$extraOperator |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/JoinPluginBase.php |
How all the extras will be combined. Either AND or OR. |
FilterInOperatorTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
Modules to enable. |
BooleanOperator::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
BooleanOperator::valueValidate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
Validate the options form. |
FilterInOperatorTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
Returns the views data definition. |
Condition::mapConditionOperator |
function |
drupal/core/lib/Drupal/Core/Database/Query/Condition.php |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Gets any special processing requirements for the condition operator. |
FilterPluginBase::operatorSubmit |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
Connection::mapConditionOperator |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Gets any special processing requirements for the condition operator. |
InOperator::defaultExposeOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Provide default options for exposed filters. |
Connection::mapConditionOperator |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Gets any special processing requirements for the condition operator. |
FilterInOperatorTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
Views used by this test. |
BooleanOperator::getValueOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
Return the possible options for this filter. |
Twig_Extension_Core::getOperators |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Returns a list of operators to add to the existing list. |
FilterPluginBase::operatorOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Provide a list of options for the default operator form.
Should be overridden by classes that don't override operatorForm |
QueryPluginBase::setGroupOperator |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php |
Control how all WHERE and HAVING groups are put together. |
FilterInOperatorTest::$column_map |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
|
Twig_Environment::$unaryOperators |
property |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
|
BooleanOperator::$always_multiple |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
Disable the possibility to force a single value. |
FilterPluginBase::showOperatorForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Shortcut to display the operator form. |
FilterPluginBase::operatorValidate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Validate the operator form. |
HistoryUserTimestamp::$no_operator |
property |
drupal/core/modules/history/lib/Drupal/history/Plugin/views/filter/HistoryUserTimestamp.php |
Disable the possibility to use operators. |
Twig_Environment::$binaryOperators |
property |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
|
HandlerTest::testFilterInOperatorUi |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php |
@todo
This should probably moved to a filter related test. |
Twig_Environment::getUnaryOperators |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Gets the registered unary Operators. |
Twig_Node_Expression_Unary::operator |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php |
|
Twig_ExpressionParser::OPERATOR_LEFT |
constant |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
Twig_Environment::getBinaryOperators |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Gets the registered binary Operators. |
Twig_Node_Expression_Binary::operator |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php |
|
Twig_ExtensionInterface::getOperators |
function |
drupal/core/vendor/twig/twig/lib/Twig/ExtensionInterface.php |
Returns a list of operators to add to the existing list. |
Twig_ExpressionParser::OPERATOR_RIGHT |
constant |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
BooleanOperator::defaultExposeOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
Provide default options for exposed filters. |
Twig_ExpressionParser::$unaryOperators |
property |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
TaxonomyIndexTidDepth::operatorOptions |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTidDepth.php |
Build strings from the operators() for 'select' options |
Twig_ExpressionParser::$binaryOperators |
property |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
Twig_Node_Expression_Binary_Or::operator |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php |
|