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 |
---|---|---|---|
PoWriterInterface::writeItems | function | core/ |
Writes all or the given amount of items. |
PreconfiguredFieldUiOptionsInterface | interface | core/ |
Defines an interface for exposing "preconfigured" field definitions. |
PreconfiguredFieldUiOptionsInterface.php | file | core/ |
|
PreconfiguredFieldUiOptionsInterface::getPreconfiguredOptions | function | core/ |
Returns preconfigured field options for a field type. |
PrefixFloodInterface | interface | core/ |
Defines an interface for flood controllers that clear by identifier prefix. |
PrefixFloodInterface.php | file | core/ |
|
PrefixFloodInterface::clearByPrefix | function | core/ |
Makes the flood control mechanism forget an event by identifier prefix. |
PreloadableRouteProviderInterface | interface | core/ |
Extends the router provider interface to pre-load routes. |
PreloadableRouteProviderInterface.php | file | core/ |
|
PreloadableRouteProviderInterface::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
PreviewAwarePluginInterface | interface | core/ |
Provides an interface to support preview mode injection in plugins. |
PreviewAwarePluginInterface.php | file | core/ |
|
PreviewAwarePluginInterface::setInPreview | function | core/ |
Set preview mode for the plugin. |
PreviewFallbackInterface | interface | core/ |
Allows an element to provide a fallback representation of itself for preview. |
PreviewFallbackInterface.php | file | core/ |
|
PreviewFallbackInterface::getPreviewFallbackString | function | core/ |
Returns a string to be used as a fallback during preview. |
PreWarmableInterface | interface | core/ |
Interface for services with prewarmable caches. |
PreWarmableInterface.php | file | core/ |
|
PreWarmableInterface::preWarm | function | core/ |
Build any cache item or items that this service relies on. |
PrimitiveInterface | interface | core/ |
Interface for primitive data. |
PrimitiveInterface.php | file | core/ |
|
PrimitiveInterface::getCastedValue | function | core/ |
Gets the primitive data value casted to the correct PHP type. |
PrimitiveInterface::getValue | function | core/ |
Gets the primitive data value. |
PrimitiveInterface::setValue | function | core/ |
Sets the primitive data value. |
ProviderRepositoryInterface | interface | core/ |
Defines an interface for a collection of oEmbed provider information. |
ProviderRepositoryInterface.php | file | core/ |
|
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/ |
@legacy-covers ::buildMethod @legacy-covers ::buildParameter @legacy-covers ::buildMethodBody |
ProxyBuilderTest::testBuildWithNestedInterface | function | core/ |
@legacy-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. |
Pagination
- Previous page
- Page 68
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.