Condition::$arguments |
property |
core/lib/Drupal/Core/Database/Query/Condition.php |
Array of arguments. |
Condition::$category |
property |
core/lib/Drupal/Core/Condition/Annotation/Condition.php |
The category under which the condition should listed in the UI. |
Condition::$changed |
property |
core/lib/Drupal/Core/Database/Query/Condition.php |
Whether the conditions have been changed. |
Condition::$conditionOperatorMap |
property |
core/lib/Drupal/Core/Database/Query/Condition.php |
Provides a map of condition operators to condition operator options. |
Condition::$conditions |
property |
core/lib/Drupal/Core/Database/Query/Condition.php |
Array of conditions. |
Condition::$context_definitions |
property |
core/lib/Drupal/Core/Condition/Annotation/Condition.php |
An array of context definitions describing the context used by the plugin. |
Condition::$id |
property |
core/lib/Drupal/Core/Condition/Annotation/Condition.php |
The condition plugin ID. |
Condition::$label |
property |
core/lib/Drupal/Core/Condition/Annotation/Condition.php |
The human-readable name of the condition. |
Condition::$module |
property |
core/lib/Drupal/Core/Condition/Annotation/Condition.php |
The name of the module providing the type. |
Condition::$nestedInsideOrCondition |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Condition.php |
Whether this condition is nested inside an OR condition. |
Condition::$query |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Condition.php |
The SQL entity query object this condition belongs to. |
Condition::$queryPlaceholderIdentifier |
property |
core/lib/Drupal/Core/Database/Query/Condition.php |
The identifier of the query placeholder this condition has been compiled against. |
Condition::$sqlQuery |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Condition.php |
The current SQL query, set by parent condition compile() method calls. |
Condition::$stringVersion |
property |
core/lib/Drupal/Core/Database/Query/Condition.php |
Contains the string version of the Condition. |
Condition::alwaysFalse |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Sets a condition that is always false. |
Condition::andConditionGroup |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Creates a new group of conditions ANDed together. |
Condition::arguments |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Gets a complete list of all values to insert into the prepared statement. |
Condition::compile |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Condition.php |
Compiles this conditional clause. |
Condition::compile |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Compiles the saved conditions for later retrieval. |
Condition::compile |
function |
core/lib/Drupal/Core/Entity/Query/Null/Condition.php |
Compiles this conditional clause. |
Condition::compile |
function |
core/lib/Drupal/Core/Config/Entity/Query/Condition.php |
Compiles this conditional clause. |
Condition::compiled |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Check whether a condition has been previously compiled. |
Condition::condition |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Helper function: builds the most common conditional clauses. |
Condition::conditionGroupFactory |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Creates an object holding a group of conditions. |
Condition::conditions |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Gets the, possibly nested, list of conditions in this conditional clause. |
Condition::count |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Implements Countable::count(). |
Condition::exists |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Condition.php |
Queries for the existence of a field. |
Condition::exists |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Sets a condition that the specified subquery returns values. |
Condition::exists |
function |
core/lib/Drupal/Core/Entity/Query/Null/Condition.php |
Queries for the existence of a field. |
Condition::exists |
function |
core/lib/Drupal/Core/Config/Entity/Query/Condition.php |
Queries for the existence of a field. |
Condition::isNotNull |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Sets a condition that the specified field be NOT NULL. |
Condition::isNull |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Sets a condition that the specified field be NULL. |
Condition::mapConditionOperator |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Gets any special processing requirements for the condition operator. |
Condition::match |
function |
core/lib/Drupal/Core/Config/Entity/Query/Condition.php |
Perform the actual matching. |
Condition::matchArray |
function |
core/lib/Drupal/Core/Config/Entity/Query/Condition.php |
Matches for an array representing one or more config paths. |
Condition::notExists |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Condition.php |
Queries for the nonexistence of a field. |
Condition::notExists |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Sets a condition that the specified subquery returns no values. |
Condition::notExists |
function |
core/lib/Drupal/Core/Entity/Query/Null/Condition.php |
Queries for the nonexistence of a field. |
Condition::notExists |
function |
core/lib/Drupal/Core/Config/Entity/Query/Condition.php |
Queries for the nonexistence of a field. |
Condition::orConditionGroup |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Creates a new group of conditions ORed together. |
Condition::translateCondition |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Condition.php |
Translates the string operators to SQL equivalents. |
Condition::translateCondition |
function |
core/lib/Drupal/Core/Entity/Query/Sql/pgsql/Condition.php |
Translates the string operators to SQL equivalents. |
Condition::where |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Adds an arbitrary WHERE clause to the query. |
Condition::__clone |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
PHP magic __clone() method. |
Condition::__construct |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Constructs a Condition object. |
Condition::__construct |
function |
core/lib/Drupal/Core/Condition/Attribute/Condition.php |
Constructs a Condition attribute. |
Condition::__toString |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Implements PHP magic __toString method to convert the conditions to string. |
ConditionAccessResolverTrait |
trait |
core/lib/Drupal/Core/Condition/ConditionAccessResolverTrait.php |
Resolves a set of conditions. |
ConditionAccessResolverTrait.php |
file |
core/lib/Drupal/Core/Condition/ConditionAccessResolverTrait.php |
|
ConditionAccessResolverTrait::resolveConditions |
function |
core/lib/Drupal/Core/Condition/ConditionAccessResolverTrait.php |
Resolves the given conditions based on the condition logic ('and'/'or'). |