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 |
---|---|---|---|
ProviderRepositoryInterface::get | function | core/ |
Returns information for a specific oEmbed provider. |
ProviderRepositoryInterface::getAll | function | core/ |
Returns information on all available oEmbed providers. |
ProxyBuilderTest::testBuildWithInterface | function | core/ |
@covers ::buildMethod @covers ::buildParameter @covers ::buildMethodBody |
ProxyBuilderTest::testBuildWithNestedInterface | function | core/ |
@covers ::build |
QueryAggregateInterface | interface | core/ |
Defines an interface for aggregated entity queries. |
QueryAggregateInterface.php | file | core/ |
|
QueryAggregateInterface::aggregate | function | core/ |
Specifies a field and a function to aggregate on. |
QueryAggregateInterface::conditionAggregate | function | core/ |
Sets a condition for an aggregated value. |
QueryAggregateInterface::conditionAggregateGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
QueryAggregateInterface::execute | function | core/ |
Executes the aggregate query. |
QueryAggregateInterface::existsAggregate | function | core/ |
Queries for the existence of a field. |
QueryAggregateInterface::groupBy | function | core/ |
Specifies the field to group on. |
QueryAggregateInterface::notExistsAggregate | function | core/ |
Queries for the nonexistence of a field. |
QueryAggregateInterface::sortAggregate | function | core/ |
Sorts by an aggregated value. |
QueryFactoryInterface | interface | core/ |
Defines an interface for QueryFactory classes. |
QueryFactoryInterface.php | file | core/ |
|
QueryFactoryInterface::get | function | core/ |
Instantiates an entity query for a given entity type. |
QueryFactoryInterface::getAggregate | function | core/ |
Instantiates an aggregation query object for a given entity type. |
QueryInterface | interface | core/ |
Interface for entity queries. |
QueryInterface.php | file | core/ |
|
QueryInterface::accessCheck | function | core/ |
Enables or disables access checking for this query. |
QueryInterface::allRevisions | function | core/ |
Queries all the revisions. |
QueryInterface::andConditionGroup | function | core/ |
Creates a new group of conditions ANDed together. |
QueryInterface::condition | function | core/ |
Add a condition to the query or a condition group. |
QueryInterface::count | function | core/ |
Makes this a count query. |
QueryInterface::currentRevision | function | core/ |
Limits the query to only default revisions. |
QueryInterface::execute | function | core/ |
Execute the query. |
QueryInterface::exists | function | core/ |
Queries for a non-empty value on a field. |
QueryInterface::getEntityTypeId | function | core/ |
Gets the ID of the entity type for this query. |
QueryInterface::latestRevision | function | core/ |
Queries the latest revision. |
QueryInterface::notExists | function | core/ |
Queries for an empty field. |
QueryInterface::orConditionGroup | function | core/ |
Creates a new group of conditions ORed together. |
QueryInterface::pager | function | core/ |
Enables a pager for the query. |
QueryInterface::range | function | core/ |
Defines the range of the query. |
QueryInterface::sort | function | core/ |
Sorts the result set by a given field. |
QueryInterface::tableSort | function | core/ |
Enables sortable tables for this query. |
QueueGarbageCollectionInterface | interface | core/ |
Queue garbage collection interface. |
QueueGarbageCollectionInterface.php | file | core/ |
|
QueueGarbageCollectionInterface::garbageCollection | function | core/ |
Cleans queues of garbage. |
QueueInterface | interface | core/ |
Interface for a queue. |
QueueInterface.php | file | core/ |
|
QueueInterface::claimItem | function | core/ |
Claims an item in the queue for processing. |
QueueInterface::createItem | function | core/ |
Adds a queue item and store it directly to the queue. |
QueueInterface::createQueue | function | core/ |
Creates a queue. |
QueueInterface::deleteItem | function | core/ |
Deletes a finished item from the queue. |
QueueInterface::deleteQueue | function | core/ |
Deletes a queue and every item in the queue. |
QueueInterface::numberOfItems | function | core/ |
Retrieves the number of items in the queue. |
QueueInterface::releaseItem | function | core/ |
Releases an item that the worker could not process. |
QueueWorkerInterface | interface | core/ |
Defines an interface for a QueueWorker plugin. |
QueueWorkerInterface.php | file | core/ |
Pagination
- Previous page
- Page 67
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.