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 |
|---|---|---|---|
| CommentStorageInterface::getDisplayOrdinal | function | core/ |
Gets the display ordinal or page number for a comment. |
| CommentStorageInterface::getMaxThread | function | core/ |
Gets the maximum encoded thread value for the top level comments. |
| CommentStorageInterface::getMaxThreadPerThread | function | core/ |
Gets the maximum encoded thread value for the children of this comment. |
| CommentStorageInterface::getNewCommentPageNumber | function | core/ |
Calculates the page number for the first new comment. |
| CommentStorageInterface::getUnapprovedCount | function | core/ |
Returns the number of unapproved comments. |
| CommentStorageInterface::loadThread | function | core/ |
Retrieves comments for a thread, sorted in an order suitable for display. |
| CommentTypeInterface | interface | core/ |
Provides an interface defining a comment type entity. |
| CommentTypeInterface.php | file | core/ |
|
| CommentTypeInterface::getDescription | function | core/ |
Returns the comment type description. |
| CommentTypeInterface::getTargetEntityTypeId | function | core/ |
Gets the target entity type id for this comment type. |
| 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(). |
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.