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::orConditionGroup | function | core/ |
Creates a new group of conditions ORed together. |
| Condition::translateCondition | function | core/ |
Translates the string operators to SQL equivalents. |
| Condition::translateCondition | function | core/ |
Translates the string operators to SQL equivalents. |
| Condition::where | function | core/ |
Adds an arbitrary WHERE clause to the query. |
| 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[[api-linebreak]] @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. |
| ConditionAggregate::compile | function | core/ |
Compiles this conditional clause. |
| ConditionAggregate::exists | function | core/ |
Queries for the existence of a field. |
| ConditionAggregate::notExists | function | core/ |
Queries for the nonexistence of a field. |
| ConditionAggregateBase | class | core/ |
Defines a common base class for all aggregation entity condition implementations. |
| ConditionAggregateBase.php | file | core/ |
|
| ConditionAggregateBase::condition | function | core/ |
Adds a condition. |
| ConditionAggregateInterface | interface | core/ |
Defines aggregated entity query conditions. |
| ConditionAggregateInterface.php | file | core/ |
|
| ConditionAggregateInterface::compile | function | core/ |
Compiles this conditional clause. |
| ConditionAggregateInterface::condition | function | core/ |
Adds a condition. |
| ConditionAggregateInterface::conditions | function | core/ |
Gets a complete list of all conditions in this conditional clause. |
| ConditionAggregateInterface::exists | function | core/ |
Queries for the existence of a field. |
| ConditionAggregateInterface::getConjunction | function | core/ |
Gets the current conjunction. |
| ConditionAggregateInterface::notExists | function | core/ |
Queries for the nonexistence of a field. |
| ConditionBase | class | core/ |
Defines a common base class for all entity condition implementations. |
| ConditionBase.php | file | core/ |
|
| ConditionBase::condition | function | core/ |
Adds a condition. |
| ConditionFormTest | class | core/ |
Tests that condition plugins basic form handling is working. |
| ConditionFormTest.php | file | core/ |
|
| ConditionFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ConditionFormTest::$modules | property | core/ |
Modules to install. |
| ConditionFormTest::testConfigForm | function | core/ |
Submit the condition_node_type_test_form to test condition forms. |
| ConditionFundamentals | class | core/ |
Common code for all implementations of the entity query condition interfaces. |
| ConditionFundamentals.php | file | core/ |
|
| ConditionFundamentals::$conditions | property | core/ |
Array of conditions. |
| ConditionFundamentals::$conjunction | property | core/ |
The conjunction of this condition group. |
| ConditionFundamentals::$namespaces | property | core/ |
List of potential namespaces of the classes belonging to this condition. |
| ConditionFundamentals::$query | property | core/ |
The query this condition belongs to. |
| ConditionFundamentals::conditions | function | core/ |
|
| ConditionFundamentals::count | function | core/ |
#[\ReturnTypeWillChange] |
| ConditionFundamentals::getConjunction | function | core/ |
|
| ConditionFundamentals::__clone | function | core/ |
Implements the magic __clone function. |
Pagination
- Previous page
- Page 213
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.