Search for on
Title | Object type | File name | Summary |
---|---|---|---|
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. |
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. |
ConditionInterface::count | function | core/ |
Implements \Countable::count(). |
ConditionInterface::evaluate | function | core/ |
Evaluates the condition and returns TRUE or FALSE accordingly. |
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::getConjunction | function | core/ |
Gets the current conjunction. |
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::orConditionGroup | function | core/ |
Creates a new group of conditions ORed together. |
ConditionInterface::setExecutableManager | function | core/ |
Sets the executable manager class. |
ConditionInterface::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
ConditionInterface::where | function | core/ |
Adds an arbitrary WHERE clause to the query. |
ConditionManager | class | core/ |
A plugin manager for condition plugins. |
ConditionManager.php | file | core/ |
|
ConditionManager::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
ConditionManager::execute | function | core/ |
Executes an executable plugin. |
ConditionManager::getType | function | core/ |
A string identifying the plugin type. |
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/ |
Form constructor. |
Pagination
- Previous page
- Page 86
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.