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 |
|---|---|---|---|
| SelectInterface::havingCondition | function | core/ |
Helper function to build most common HAVING conditional clauses. |
| SelectInterface::havingConditions | function | core/ |
Gets a list of all conditions in the HAVING clause. |
| SelectInterface::havingExists | function | core/ |
Sets a HAVING condition that the specified subquery returns values. |
| SelectInterface::havingIsNotNull | function | core/ |
Sets a condition in the HAVING clause that the specified field be NOT NULL. |
| SelectInterface::havingIsNull | function | core/ |
Sets a condition in the HAVING clause that the specified field be NULL. |
| SelectInterface::havingNotExists | function | core/ |
Sets a HAVING condition that the specified subquery returns no values. |
| SelectInterface::innerJoin | function | core/ |
Inner Join against another table in the database. |
| SelectInterface::isPrepared | function | core/ |
Indicates if preExecute() has already been called on that object. |
| SelectInterface::join | function | core/ |
Default Join against another table in the database. |
| SelectInterface::leftJoin | function | core/ |
Left Outer Join against another table in the database. |
| SelectInterface::orderBy | function | core/ |
Orders the result set by a given field. |
| SelectInterface::orderRandom | function | core/ |
Orders the result set by a random value. |
| SelectInterface::preExecute | function | core/ |
Generic preparation and validation for a SELECT query. |
| SelectInterface::range | function | core/ |
Restricts a query to a given range in the result set. |
| SelectInterface::union | function | core/ |
Add another Select query to UNION to this one. |
| SelectInterface::__clone | function | core/ |
Clone magic method. |
| SelectInterface::__toString | function | core/ |
Returns a string representation of how the query will be executed in SQL. |
| SelectionInterface | interface | core/ |
Interface definition for Entity Reference Selection plugins. |
| SelectionInterface.php | file | core/ |
|
| SelectionInterface::countReferenceableEntities | function | core/ |
Counts entities that are referenceable. |
| SelectionInterface::entityQueryAlter | function | core/ |
Allows altering the SelectQuery generated by EntityFieldQuery. |
| SelectionInterface::getReferenceableEntities | function | core/ |
Gets the list of referenceable entities. |
| SelectionInterface::validateReferenceableEntities | function | core/ |
Validates which existing entities can be referenced. |
| SelectionPluginManagerInterface | interface | core/ |
Defines an interface for the entity reference selection plugin manager. |
| SelectionPluginManagerInterface.php | file | core/ |
|
| SelectionPluginManagerInterface::getPluginId | function | core/ |
Gets the plugin ID for a given target entity type and base plugin ID. |
| SelectionPluginManagerInterface::getSelectionGroups | function | core/ |
Gets the selection plugins that can reference a specific entity type. |
| SelectionPluginManagerInterface::getSelectionHandler | function | core/ |
Gets the selection handler for a given entity_reference field. |
| SelectionWithAutocreateInterface | interface | core/ |
Interface for Selection plugins that support newly created entities. |
| SelectionWithAutocreateInterface.php | file | core/ |
|
| SelectionWithAutocreateInterface::createNewEntity | function | core/ |
Creates a new entity object that can be used as a valid reference. |
| SelectionWithAutocreateInterface::validateReferenceableNewEntities | function | core/ |
Validates which newly created entities can be referenced. |
| SerializationInterface | interface | core/ |
Defines an interface for serialization formats. |
| SerializationInterface.php | file | core/ |
|
| SerializationInterface::decode | function | core/ |
Decodes data from the serialization format. |
| SerializationInterface::encode | function | core/ |
Encodes data into the serialization format. |
| SerializationInterface::getFileExtension | function | core/ |
Gets the file extension for this serialization format. |
| ServiceModifierInterface | interface | core/ |
Interface that service providers can implement to modify services. |
| ServiceModifierInterface.php | file | core/ |
|
| ServiceModifierInterface::alter | function | core/ |
Modifies existing service definitions. |
| ServiceProviderInterface | interface | core/ |
Interface that all service providers must implement. |
| ServiceProviderInterface.php | file | core/ |
|
| ServiceProviderInterface::register | function | core/ |
Registers services to the container. |
| SessionConfigurationInterface | interface | core/ |
Defines an interface for session configuration generators. |
| SessionConfigurationInterface.php | file | core/ |
|
| SessionConfigurationInterface::getOptions | function | core/ |
Returns a list of options suitable for passing to the session storage. |
| SessionConfigurationInterface::hasSession | function | core/ |
Determines whether a session identifier is on the request. |
| SessionManagerInterface | interface | core/ |
Defines the session manager interface. |
| SessionManagerInterface.php | file | core/ |
|
| SessionManagerInterface::delete | function | core/ |
Ends a specific user's session(s). |
Pagination
- Previous page
- Page 76
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.