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
ResourceInterface::permissions function core/modules/rest/src/Plugin/ResourceInterface.php Provides an array of permissions suitable for .permissions.yml files.
ResourceInterface::routes function core/modules/rest/src/Plugin/ResourceInterface.php Returns a collection of routes with URL path information for the resource.
ResourceResponseInterface interface core/modules/rest/src/ResourceResponseInterface.php Defines a common interface for resource responses.
ResourceResponseInterface.php file core/modules/rest/src/ResourceResponseInterface.php
ResourceResponseInterface::getResponseData function core/modules/rest/src/ResourceResponseInterface.php Returns response data that should be serialized.
ResourceTypeRepositoryInterface interface core/modules/jsonapi/src/ResourceType/ResourceTypeRepositoryInterface.php Provides a repository of all JSON:API resource types.
ResourceTypeRepositoryInterface.php file core/modules/jsonapi/src/ResourceType/ResourceTypeRepositoryInterface.php
ResourceTypeRepositoryInterface::all function core/modules/jsonapi/src/ResourceType/ResourceTypeRepositoryInterface.php Gets all JSON:API resource types.
ResourceTypeRepositoryInterface::get function core/modules/jsonapi/src/ResourceType/ResourceTypeRepositoryInterface.php Gets a specific JSON:API resource type based on entity type ID and bundle.
ResourceTypeRepositoryInterface::getByTypeName function core/modules/jsonapi/src/ResourceType/ResourceTypeRepositoryInterface.php Gets a specific JSON:API resource type based on a supplied typename.
ResponseDisplayPluginInterface interface core/modules/views/src/Plugin/views/display/ResponseDisplayPluginInterface.php Defines a display which returns a Response object.
ResponseDisplayPluginInterface.php file core/modules/views/src/Plugin/views/display/ResponseDisplayPluginInterface.php
ResponseDisplayPluginInterface::buildResponse function core/modules/views/src/Plugin/views/display/ResponseDisplayPluginInterface.php Builds up a response with the rendered view as content.
ResponseKeepSessionOpenInterface interface core/lib/Drupal/Core/Session/ResponseKeepSessionOpenInterface.php Indicates that sessions for this response should be kept open after sending.
ResponseKeepSessionOpenInterface.php file core/lib/Drupal/Core/Session/ResponseKeepSessionOpenInterface.php
ResponsePolicyInterface interface core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php Defines the interface for response policy implementations.
ResponsePolicyInterface.php file core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php
ResponsePolicyInterface::check function core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php Determines whether it is save to store a page in the cache.
ResponsePolicyInterface::DENY constant core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php Deny storage of a page in the cache.
ResponsiveImageStyleInterface interface core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Provides an interface defining a responsive_image mapping entity.
ResponsiveImageStyleInterface.php file core/modules/responsive_image/src/ResponsiveImageStyleInterface.php
ResponsiveImageStyleInterface::addImageStyleMapping function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Adds an image style mapping to the responsive image configuration entity.
ResponsiveImageStyleInterface::EMPTY_IMAGE constant core/modules/responsive_image/src/ResponsiveImageStyleInterface.php The machine name for the empty image breakpoint image style option.
ResponsiveImageStyleInterface::getBreakpointGroup function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Returns the breakpoint group for the responsive image style.
ResponsiveImageStyleInterface::getFallbackImageStyle function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Returns the fallback image style ID for the responsive image style.
ResponsiveImageStyleInterface::getImageStyleIds function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Gets all the image styles IDs involved in the responsive image mapping.
ResponsiveImageStyleInterface::getImageStyleMapping function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Gets the image style mapping for a breakpoint ID and multiplier.
ResponsiveImageStyleInterface::getImageStyleMappings function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Returns the image style mappings for the responsive image style.
ResponsiveImageStyleInterface::getKeyedImageStyleMappings function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Returns the mappings of breakpoint ID and multiplier to image style.
ResponsiveImageStyleInterface::hasImageStyleMappings function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Checks if there is at least one mapping defined.
ResponsiveImageStyleInterface::isEmptyImageStyleMapping function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Checks if there is at least one image style mapping defined.
ResponsiveImageStyleInterface::ORIGINAL_IMAGE constant core/modules/responsive_image/src/ResponsiveImageStyleInterface.php The machine name for the original image breakpoint image style option.
ResponsiveImageStyleInterface::removeImageStyleMappings function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Removes all image style mappings from the responsive image style.
ResponsiveImageStyleInterface::setBreakpointGroup function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Sets the breakpoint group for the responsive image style.
ResponsiveImageStyleInterface::setFallbackImageStyle function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Sets the fallback image style for the responsive image style.
RestResourceConfigInterface interface core/modules/rest/src/RestResourceConfigInterface.php Defines a configuration entity to store enabled REST resources.
RestResourceConfigInterface.php file core/modules/rest/src/RestResourceConfigInterface.php
RestResourceConfigInterface::getAuthenticationProviders function core/modules/rest/src/RestResourceConfigInterface.php Retrieves a list of supported authentication providers.
RestResourceConfigInterface::getFormats function core/modules/rest/src/RestResourceConfigInterface.php Retrieves a list of supported response formats.
RestResourceConfigInterface::getMethods function core/modules/rest/src/RestResourceConfigInterface.php Retrieves a list of supported HTTP methods.
RestResourceConfigInterface::getResourcePlugin function core/modules/rest/src/RestResourceConfigInterface.php Retrieves the REST resource plugin.
RestResourceConfigInterface::METHOD_GRANULARITY constant core/modules/rest/src/RestResourceConfigInterface.php Granularity value for per-method configuration.
RestResourceConfigInterface::RESOURCE_GRANULARITY constant core/modules/rest/src/RestResourceConfigInterface.php Granularity value for per-resource configuration.
RevisionableEntityBundleInterface interface core/lib/Drupal/Core/Entity/RevisionableEntityBundleInterface.php Provides an interface defining a revisionable entity bundle.
RevisionableEntityBundleInterface.php file core/lib/Drupal/Core/Entity/RevisionableEntityBundleInterface.php
RevisionableEntityBundleInterface::shouldCreateNewRevision function core/lib/Drupal/Core/Entity/RevisionableEntityBundleInterface.php Gets whether a new revision should be created by default.
RevisionableInterface interface core/lib/Drupal/Core/Entity/RevisionableInterface.php Provides methods for an entity to support revisions.
RevisionableInterface.php file core/lib/Drupal/Core/Entity/RevisionableInterface.php
RevisionableInterface::getLoadedRevisionId function core/lib/Drupal/Core/Entity/RevisionableInterface.php Gets the loaded Revision ID of the entity.
RevisionableInterface::getRevisionId function core/lib/Drupal/Core/Entity/RevisionableInterface.php Gets the revision identifier of the entity.

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