Search for condition
- Search 7.x for condition
- Search 9.5.x for condition
- Search 8.9.x for condition
- Search 11.x for condition
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Condition | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Condition. |
Condition | class | core/ |
Defines the condition class for the config entity query. |
Condition | class | core/ |
Generic class for a series of conditions in a query. |
Condition | class | core/ |
Implements entity query conditions for SQL databases. |
Condition | class | core/ |
Implements entity query conditions for PostgreSQL databases. |
Condition | class | core/ |
Defines the condition class for the null entity query. |
Condition | class | core/ |
Defines the condition class for the key value entity query. |
Condition | class | core/ |
Defines a condition plugin attribute. |
Condition | class | core/ |
Defines a condition plugin annotation object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
Condition::andConditionGroup | function | core/ |
|
Condition::arguments | function | core/ |
|
Condition::compile | function | core/ |
|
Condition::compile | function | core/ |
|
Condition::compile | function | core/ |
|
Condition::compile | function | core/ |
|
Condition::compiled | function | core/ |
|
Condition::condition | function | core/ |
|
Condition::conditionGroupFactory | function | core/ |
|
Condition::conditions | function | core/ |
|
Condition::count | function | core/ |
Implements Countable::count(). |
Condition::exists | function | core/ |
|
Condition::exists | function | core/ |
|
Condition::exists | function | core/ |
|
Condition::exists | function | core/ |
|
Condition::isNotNull | function | core/ |
|
Condition::isNull | function | core/ |
|
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/ |
|
Condition::notExists | function | core/ |
|
Condition::notExists | function | core/ |
|
Condition::notExists | function | core/ |
|
Condition::orConditionGroup | function | core/ |
|
Condition::translateCondition | function | core/ |
Translates the string operators to SQL equivalents. |
Condition::translateCondition | function | core/ |
|
Condition::where | function | core/ |
|
Condition::__clone | function | core/ |
PHP magic __clone() method. |
Condition::__construct | function | core/ |
Constructs a Condition object. |
Condition::__construct | function | core/ |
Constructs a Condition attribute. |
Condition::__toString | function | core/ |
Implements PHP magic __toString method to convert the conditions to string. |
ConditionAccessResolverTrait | trait | core/ |
Resolves a set of conditions. |
ConditionAccessResolverTrait.php | file | core/ |
|
ConditionAccessResolverTrait::resolveConditions | function | core/ |
Resolves the given conditions based on the condition logic ('and'/'or'). |
ConditionAccessResolverTraitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Condition\ConditionAccessResolverTrait @group Condition |
ConditionAccessResolverTraitTest.php | file | core/ |
|
ConditionAccessResolverTraitTest::providerTestResolveConditions | function | core/ |
|
ConditionAccessResolverTraitTest::testResolveConditions | function | core/ |
Tests the resolveConditions() method. |
ConditionAggregate | class | core/ |
Defines the aggregate condition for sql based storage. |
ConditionAggregate.php | file | core/ |
|
ConditionAggregate::$sqlQuery | property | core/ |
The current SQL query, set by parent condition compile() method calls. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.