Search for condition
- Search 7.x for condition
- Search 9.5.x for condition
- Search 8.9.x for condition
- Search 10.3.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 |
---|---|---|---|
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. |
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/ |
|
ConditionFundamentals::getConjunction | function | core/ |
|
ConditionFundamentals::__clone | function | core/ |
Implements the magic __clone function. |
ConditionFundamentals::__construct | function | core/ |
Constructs a Condition object. |
ConditionInterface | interface | core/ |
Interface for a conditional clause in a query. |
ConditionInterface | interface | core/ |
Defines the entity query condition interface. |
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. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.