Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 enable. |
| 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. The value is one of the following: |
| 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/ |
|
| ConditionFundamentals::getConjunction | function | core/ |
|
| ConditionFundamentals::__clone | function | core/ |
Implements the magic __clone function. |
| ConditionFundamentals::__construct | function | core/ |
Constructs a Condition object. |
| ConditionInterface | interface | core/ |
Defines the entity query condition interface. |
| ConditionInterface | interface | core/ |
Interface for a conditional clause in a query. |
| ConditionInterface | interface | core/ |
An interface for condition plugins. |
| ConditionInterface.php | file | core/ |
|
| ConditionInterface.php | file | core/ |
|
| ConditionInterface.php | file | core/ |
|
| ConditionInterface::alwaysFalse | function | core/ |
Sets a condition that is always false. |
| ConditionInterface::andConditionGroup | function | core/ |
Creates a new group of conditions ANDed together. |
| ConditionInterface::arguments | function | core/ |
Gets a complete list of all values to insert into the prepared statement. |
| ConditionInterface::compile | function | core/ |
Compiles the saved conditions for later retrieval. |
| ConditionInterface::compile | function | core/ |
Compiles this conditional clause. |
| ConditionInterface::compiled | function | core/ |
Check whether a condition has been previously compiled. |
| ConditionInterface::condition | function | core/ |
Helper function: builds the most common conditional clauses. |
| ConditionInterface::condition | function | core/ |
Adds a condition. |
| ConditionInterface::conditionGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
| ConditionInterface::conditions | function | core/ |
Gets the, possibly nested, list of conditions in this conditional clause. |
| ConditionInterface::conditions | function | core/ |
Gets a complete list of all conditions in this conditional clause. |
Pagination
- Previous page
- Page 200
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.