Expression |
interface |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Expression.php |
Expression for the {@link Selectable} interface. |
Expression.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Expression.php |
|
Expression.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression.php |
|
expression.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/expression.test |
|
expression.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/expression.test |
|
expression.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/expression.test |
|
ExpressionVisitor |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php |
An Expression visitor walks a graph of expressions and turns them into a
query for the underlying implementation. |
Expression::visit |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Expression.php |
|
Merge::expression |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Specifies fields to be updated as an expression. |
ExpressionBuilder |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php |
Builder for Expressions in the {@link Selectable} interface. |
Update::expression |
function |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Specifies fields to be updated as an expression. |
CompositeExpression |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php |
Expression of Expressions combined by AND or OR operation. |
Twig_Node_Expression |
class |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression.php |
Abstract class for all nodes that represents an expression. |
ExpressionParser.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
Select::$expressions |
property |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
The expressions to SELECT as virtual fields. |
ExpressionBuilder.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php |
|
Select::addExpression |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Adds an expression to the list of "fields" to be SELECTed. |
ExpressionBuilderTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ExpressionBuilderTest.php |
@group DDC-1637 |
Criteria::$expression |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Criteria.php |
|
ExpressionBuilder::eq |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php |
|
ExpressionBuilder::gt |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php |
|
ExpressionBuilder::lt |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php |
|
ExpressionBuilder::in |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php |
|
Twig_ExpressionParser |
class |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
Parses expressions. |
ExpressionVisitor.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php |
|
Select::getExpressions |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Returns a reference to the expressions array for this query. |
ExpressionBuilder::orX |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php |
|
ExpressionBuilder::gte |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php |
|
ExpressionBuilder::lte |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php |
|
ExpressionBuilder::neq |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php |
|
ExpressionBuilder::andX |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php |
|
CompositeExpression.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php |
|
ExpressionParserTest.php |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php |
|
search_expression_insert |
function |
drupal/core/modules/search/search.module |
Adds a module-specific search option to a search expression. |
Merge::$expressionFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Array of fields to update to an expression in case of a duplicate record. |
ExpressionBuilder::notIn |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php |
|
ClosureExpressionVisitor |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php |
Walks an expression graph and turns it into a PHP closure. |
Update::$expressionFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Array of fields to update to an expression in case of a duplicate record. |
search_expression_extract |
function |
drupal/core/modules/search/search.module |
Extracts a module-specific search option from a search expression. |
Sql::add_where_expression |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add a complex WHERE clause to the query. |
ExpressionBuilder::isNull |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php |
|
Twig_Lexer::lexExpression |
function |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
|
Twig_Node_Expression_Test |
class |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Test.php |
|
ExpressionBuilderTest.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ExpressionBuilderTest.php |
|
Twig_Node_Expression_Name |
class |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Name.php |
|
CompositeExpression::$type |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php |
|
CompositeExpression::visit |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php |
|
Sql::add_having_expression |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add a complex HAVING clause to the query.
The caller is responsible for ensuring that all fields are fully qualified
(TABLE.FIELD) and that the table and an appropriate GROUP BY already exist in the query.
Internally the dbtng method… |
Twig_Node_Expression_Unary |
class |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php |
|
Twig_Node_Expression_Array |
class |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Array.php |
|