Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
PreconfiguredFieldUiOptionsInterface.php file core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php
PreconfiguredFieldUiOptionsInterface::getPreconfiguredOptions function core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php Returns preconfigured field options for a field type.
PrefixFloodInterface interface core/lib/Drupal/Core/Flood/PrefixFloodInterface.php Defines an interface for flood controllers that clear by identifier prefix.
PrefixFloodInterface.php file core/lib/Drupal/Core/Flood/PrefixFloodInterface.php
PrefixFloodInterface::clearByPrefix function core/lib/Drupal/Core/Flood/PrefixFloodInterface.php Makes the flood control mechanism forget an event by identifier prefix.
PreloadableRouteProviderInterface interface core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php Extends the router provider interface to pre-load routes.
PreloadableRouteProviderInterface.php file core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php
PreloadableRouteProviderInterface::preLoadRoutes function core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php Pre-load routes by their names using the provided list of names.
PreviewAwarePluginInterface interface core/lib/Drupal/Core/Plugin/PreviewAwarePluginInterface.php Provides an interface to support preview mode injection in plugins.
PreviewAwarePluginInterface.php file core/lib/Drupal/Core/Plugin/PreviewAwarePluginInterface.php
PreviewAwarePluginInterface::setInPreview function core/lib/Drupal/Core/Plugin/PreviewAwarePluginInterface.php Set preview mode for the plugin.
PreviewFallbackInterface interface core/lib/Drupal/Core/Render/PreviewFallbackInterface.php Allows an element to provide a fallback representation of itself for preview.
PreviewFallbackInterface.php file core/lib/Drupal/Core/Render/PreviewFallbackInterface.php
PreviewFallbackInterface::getPreviewFallbackString function core/lib/Drupal/Core/Render/PreviewFallbackInterface.php Returns a string to be used as a fallback during preview.
PrimitiveInterface interface core/lib/Drupal/Core/TypedData/PrimitiveInterface.php Interface for primitive data.
PrimitiveInterface.php file core/lib/Drupal/Core/TypedData/PrimitiveInterface.php
PrimitiveInterface::getCastedValue function core/lib/Drupal/Core/TypedData/PrimitiveInterface.php Gets the primitive data value casted to the correct PHP type.
PrimitiveInterface::getValue function core/lib/Drupal/Core/TypedData/PrimitiveInterface.php Gets the primitive data value.
PrimitiveInterface::setValue function core/lib/Drupal/Core/TypedData/PrimitiveInterface.php Sets the primitive data value.
ProviderRepositoryInterface interface core/modules/media/src/OEmbed/ProviderRepositoryInterface.php Defines an interface for a collection of oEmbed provider information.
ProviderRepositoryInterface.php file core/modules/media/src/OEmbed/ProviderRepositoryInterface.php
ProviderRepositoryInterface::get function core/modules/media/src/OEmbed/ProviderRepositoryInterface.php Returns information for a specific oEmbed provider.
ProviderRepositoryInterface::getAll function core/modules/media/src/OEmbed/ProviderRepositoryInterface.php Returns information on all available oEmbed providers.
ProxyBuilderTest::testBuildWithInterface function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::buildMethod
@covers ::buildParameter
@covers ::buildMethodBody
ProxyBuilderTest::testBuildWithNestedInterface function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::build
QueryAggregateInterface interface core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Defines an interface for aggregated entity queries.
QueryAggregateInterface.php file core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php
QueryAggregateInterface::aggregate function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Specifies a field and a function to aggregate on.
QueryAggregateInterface::conditionAggregate function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Sets a condition for an aggregated value.
QueryAggregateInterface::conditionAggregateGroupFactory function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Creates an object holding a group of conditions.
QueryAggregateInterface::execute function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Executes the aggregate query.
QueryAggregateInterface::existsAggregate function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Queries for the existence of a field.
QueryAggregateInterface::groupBy function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Specifies the field to group on.
QueryAggregateInterface::notExistsAggregate function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Queries for the nonexistence of a field.
QueryAggregateInterface::sortAggregate function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Sorts by an aggregated value.
QueryFactoryInterface interface core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php Defines an interface for QueryFactory classes.
QueryFactoryInterface.php file core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php
QueryFactoryInterface::get function core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php Instantiates an entity query for a given entity type.
QueryFactoryInterface::getAggregate function core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php Instantiates an aggregation query object for a given entity type.
QueryInterface interface core/lib/Drupal/Core/Entity/Query/QueryInterface.php Interface for entity queries.
QueryInterface.php file core/lib/Drupal/Core/Entity/Query/QueryInterface.php
QueryInterface::accessCheck function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Enables or disables access checking for this query.
QueryInterface::allRevisions function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Queries all the revisions.
QueryInterface::andConditionGroup function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Creates a new group of conditions ANDed together.
QueryInterface::condition function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Add a condition to the query or a condition group.
QueryInterface::count function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Makes this a count query.
QueryInterface::currentRevision function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Limits the query to only default revisions.
QueryInterface::execute function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Execute the query.
QueryInterface::exists function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Queries for a non-empty value on a field.
QueryInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Gets the ID of the entity type for this query.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.