Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Condition::$nestedInsideOrCondition | property | core/ |
Whether this condition is nested inside an OR condition. |
| 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::arguments | function | core/ |
Gets a complete list of all values to insert into the prepared statement. |
| Condition::conditions | function | core/ |
Gets the, possibly nested, list of conditions in this conditional clause. |
| 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::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. |
| Condition::notExists | function | core/ |
Queries for the nonexistence of a field. |
| Condition::translateCondition | function | core/ |
Translates the string operators to SQL equivalents. |
| Condition::translateCondition | function | core/ |
Translates the string operators to SQL equivalents. |
| Condition::translateCondition | function | core/ |
Translates the string operators to SQL equivalents. |
| 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/ |
Tests Drupal\Core\Condition\ConditionAccessResolverTrait. |
| ConditionAccessResolverTraitTest.php | file | core/ |
|
| ConditionAccessResolverTraitTest::providerTestResolveConditions | function | core/ |
|
| ConditionAccessResolverTraitTest::testResolveConditions | function | core/ |
Tests the resolveConditions() method. |
| ConditionAggregate::$sqlQuery | property | core/ |
The current SQL query, set by parent condition compile() method calls. |
| 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/ |
A common base class for all aggregation entity condition implementations. |
| ConditionAggregateBase.php | file | core/ |
|
| ConditionAggregateBase::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::notExists | function | core/ |
Queries for the nonexistence of a field. |
| ConditionAggregateInterface::setQuery | function | core/ |
Sets the query that holds this condition. |
| 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. |
Pagination
- Previous page
- Page 188
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.