Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CommentTypeInterface::setDescription | function | core/ |
Sets the description of the comment type. |
ComplexDataDefinitionInterface | interface | core/ |
Interface for complex data definitions. |
ComplexDataDefinitionInterface.php | file | core/ |
|
ComplexDataDefinitionInterface::getMainPropertyName | function | core/ |
Returns the name of the main property, if any. |
ComplexDataDefinitionInterface::getPropertyDefinition | function | core/ |
Gets the definition of a contained property. |
ComplexDataDefinitionInterface::getPropertyDefinitions | function | core/ |
Gets an array of property definitions of contained properties. |
ComplexDataInterface | interface | core/ |
Interface for complex data; i.e. data containing named and typed properties. |
ComplexDataInterface.php | file | core/ |
|
ComplexDataInterface::get | function | core/ |
Gets a property object. |
ComplexDataInterface::getDataDefinition | function | core/ |
Gets the data definition. |
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. |
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/ |
Defines the entity query condition interface. |
ConditionInterface | interface | core/ |
An interface for condition plugins. |
ConditionInterface | interface | core/ |
Interface for a conditional clause in a query. |
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. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.