Search for on
Title | Object type | File name | Summary |
---|---|---|---|
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. |
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::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/ |
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/ |
Pagination
- Previous page
- Page 85
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.