Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ComplexDataInterface::getProperties | function | core/ |
Gets an array of property objects. |
ComplexDataInterface::isEmpty | function | core/ |
Determines whether the data structure is empty. |
ComplexDataInterface::set | function | core/ |
Sets a property value. |
ComplexDataInterface::toArray | function | core/ |
Returns an array of all property values. |
ComplexDataNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
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. |
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/ |
Sets a condition that the specified subquery returns values. |
ConditionInterface::exists | function | core/ |
Queries for the existence of a field. |
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. |
ConfigEntityDenormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
ConfigEntityInterface | interface | core/ |
Defines a common interface for configuration entities. |
ConfigEntityInterface.php | file | core/ |
|
ConfigEntityInterface::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
ConfigEntityInterface::disable | function | core/ |
Disables the configuration entity. |
ConfigEntityInterface::enable | function | core/ |
Enables the configuration entity. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.