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 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| ConditionFormTest | class | core/ |
Tests that condition plugins basic form handling is working. |
| ConditionFormTest.php | file | core/ |
|
| ConditionFormTest::$defaultTheme | property | core/ |
|
| ConditionFormTest::$modules | property | core/ |
|
| 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::alwaysFalse | function | core/ |
Sets a condition that is always false. |
| ConditionInterface::arguments | function | core/ |
Gets a complete list of all values to insert into the prepared statement. |
| 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. |
| ConditionInterface::exists | function | core/ |
Queries for the existence of a field. |
| ConditionInterface::exists | function | core/ |
Sets a condition that the specified subquery returns values. |
| ConditionInterface::isNegated | function | core/ |
Determines whether condition result will be negated. |
| ConditionInterface::isNotNull | function | core/ |
Sets a condition that the specified field be NOT NULL. |
| ConditionInterface::isNull | function | core/ |
Sets a condition that the specified field be NULL. |
| ConditionInterface::notExists | function | core/ |
Sets a condition that the specified subquery returns no values. |
| ConditionInterface::notExists | function | core/ |
Queries for the nonexistence of a field. |
| ConditionInterface::setExecutableManager | function | core/ |
Sets the executable manager class. |
| ConditionInterface::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
| ConditionManager::createInstance | function | core/ |
|
| ConditionManager::__construct | function | core/ |
Constructs a ConditionManager object. |
| ConditionPluginBase | class | core/ |
Provides a basis for fulfilling contexts for condition plugins. |
| ConditionPluginBase.php | file | core/ |
|
| ConditionPluginBase::$executableManager | property | core/ |
The condition manager to proxy execute calls through. |
| ConditionPluginBase::buildConfigurationForm | function | core/ |
|
| ConditionPluginBase::calculateDependencies | function | core/ |
|
| ConditionPluginBase::defaultConfiguration | function | core/ |
|
| ConditionPluginBase::execute | function | core/ |
|
| ConditionPluginBase::getConfiguration | function | core/ |
|
| ConditionPluginBase::isNegated | function | core/ |
|
| ConditionPluginBase::setConfiguration | function | core/ |
|
| ConditionPluginBase::setExecutableManager | function | core/ |
|
| ConditionPluginBase::submitConfigurationForm | function | core/ |
|
| ConditionPluginBase::validateConfigurationForm | function | core/ |
|
| ConditionPluginBase::__construct | function | core/ |
|
| ConditionPluginCollection::$conditionContexts | property | core/ |
An array of collected contexts for conditions. |
Pagination
- Previous page
- Page 185
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.