Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Condition | class | core/ |
Defines a condition plugin attribute. |
| Condition | class | core/ |
Defines a condition plugin annotation object. |
| Condition.php | file | core/ |
|
| Condition.php | file | core/ |
|
| Condition.php | file | core/ |
|
| Condition.php | file | core/ |
|
| Condition.php | file | core/ |
|
| Condition.php | file | core/ |
|
| Condition.php | file | core/ |
|
| Condition.php | file | core/ |
|
| Condition.php | file | core/ |
|
| Condition::$arguments | property | core/ |
Array of arguments. |
| Condition::$category | property | core/ |
The category under which the condition should listed in the UI. |
| Condition::$changed | property | core/ |
Whether the conditions have been changed. |
| Condition::$conditionOperatorMap | property | core/ |
Provides a map of condition operators to condition operator options. |
| Condition::$conditions | property | core/ |
Array of conditions. |
| Condition::$context_definitions | property | core/ |
An array of context definitions describing the context used by the plugin. |
| Condition::$id | property | core/ |
The condition plugin ID. |
| Condition::$label | property | core/ |
The human-readable name of the condition. |
| Condition::$module | property | core/ |
The name of the module providing the type. |
| Condition::$nestedInsideOrCondition | property | core/ |
Whether this condition is nested inside an OR condition. |
| Condition::$query | property | core/ |
The SQL entity query object this condition belongs to. |
| Condition::$queryPlaceholderIdentifier | property | core/ |
The identifier of the query placeholder this condition has been compiled against. |
| Condition::$sqlQuery | property | core/ |
The current SQL query, set by parent condition compile() method calls. |
| Condition::$stringVersion | property | core/ |
Contains the string version of the Condition. |
| Condition::alwaysFalse | function | core/ |
Sets a condition that is always false. |
| Condition::andConditionGroup | function | core/ |
Creates a new group of conditions ANDed together. |
| Condition::arguments | function | core/ |
Gets a complete list of all values to insert into the prepared statement. |
| Condition::compile | function | core/ |
Compiles the saved conditions for later retrieval. |
| Condition::compile | function | core/ |
Compiles this conditional clause. |
| Condition::compile | function | core/ |
Compiles this conditional clause. |
| Condition::compile | function | core/ |
Compiles this conditional clause. |
| Condition::compiled | function | core/ |
Check whether a condition has been previously compiled. |
| Condition::condition | function | core/ |
Helper function: builds the most common conditional clauses. |
| Condition::conditionGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
| Condition::conditions | function | core/ |
Gets the, possibly nested, list of conditions in this conditional clause. |
| Condition::count | function | core/ |
Implements Countable::count(). |
| Condition::exists | function | core/ |
Sets a condition that the specified subquery returns values. |
| Condition::exists | function | core/ |
Queries for the existence of a field. |
| Condition::exists | function | core/ |
Queries for the existence of a field. |
| Condition::exists | function | core/ |
Queries for the existence of a field. |
| Condition::isNotNull | function | core/ |
Sets a condition that the specified field be NOT NULL. |
| Condition::isNull | function | core/ |
Sets a condition that the specified field be NULL. |
| Condition::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
| Condition::match | function | core/ |
Perform the actual matching. |
| Condition::matchArray | function | core/ |
Matches for an array representing one or more config paths. |
| Condition::notExists | function | core/ |
Queries for the nonexistence of a field. |
| Condition::notExists | function | core/ |
Sets a condition that the specified subquery returns no values. |
| Condition::notExists | function | core/ |
Queries for the nonexistence of a field. |
| Condition::notExists | function | core/ |
Queries for the nonexistence of a field. |
Pagination
- Previous page
- Page 212
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.