Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ResponsePolicyInterface.php | file | core/ |
|
ResponsePolicyInterface::check | function | core/ |
Determines whether it is save to store a page in the cache. |
ResponsePolicyInterface::DENY | constant | core/ |
Deny storage of a page in the cache. |
ResponsiveImageStyleInterface | interface | core/ |
Provides an interface defining a responsive_image mapping entity. |
ResponsiveImageStyleInterface.php | file | core/ |
|
ResponsiveImageStyleInterface::addImageStyleMapping | function | core/ |
Adds a image style mapping to the responsive image configuration entity. |
ResponsiveImageStyleInterface::EMPTY_IMAGE | constant | core/ |
The machine name for the empty image breakpoint image style option. |
ResponsiveImageStyleInterface::getBreakpointGroup | function | core/ |
Returns the breakpoint group for the responsive image style. |
ResponsiveImageStyleInterface::getFallbackImageStyle | function | core/ |
Returns the fallback image style ID for the responsive image style. |
ResponsiveImageStyleInterface::getImageStyleIds | function | core/ |
Gets all the image styles IDs involved in the responsive image mapping. |
ResponsiveImageStyleInterface::getImageStyleMapping | function | core/ |
Gets the image style mapping for a breakpoint ID and multiplier. |
ResponsiveImageStyleInterface::getImageStyleMappings | function | core/ |
Returns the image style mappings for the responsive image style. |
ResponsiveImageStyleInterface::getKeyedImageStyleMappings | function | core/ |
Returns the mappings of breakpoint ID and multiplier to image style. |
ResponsiveImageStyleInterface::hasImageStyleMappings | function | core/ |
Checks if there is at least one mapping defined. |
ResponsiveImageStyleInterface::isEmptyImageStyleMapping | function | core/ |
Checks if there is at least one image style mapping defined. |
ResponsiveImageStyleInterface::ORIGINAL_IMAGE | constant | core/ |
The machine name for the original image breakpoint image style option. |
ResponsiveImageStyleInterface::removeImageStyleMappings | function | core/ |
Removes all image style mappings from the responsive image style. |
ResponsiveImageStyleInterface::setBreakpointGroup | function | core/ |
Sets the breakpoint group for the responsive image style. |
ResponsiveImageStyleInterface::setFallbackImageStyle | function | core/ |
Sets the fallback image style for the responsive image style. |
RestResourceConfigInterface | interface | core/ |
Defines a configuration entity to store enabled REST resources. |
RestResourceConfigInterface.php | file | core/ |
|
RestResourceConfigInterface::getAuthenticationProviders | function | core/ |
Retrieves a list of supported authentication providers. |
RestResourceConfigInterface::getFormats | function | core/ |
Retrieves a list of supported response formats. |
RestResourceConfigInterface::getMethods | function | core/ |
Retrieves a list of supported HTTP methods. |
RestResourceConfigInterface::getResourcePlugin | function | core/ |
Retrieves the REST resource plugin. |
RestResourceConfigInterface::METHOD_GRANULARITY | constant | core/ |
Granularity value for per-method configuration. |
RestResourceConfigInterface::RESOURCE_GRANULARITY | constant | core/ |
Granularity value for per-resource configuration. |
RevisionableEntityBundleInterface | interface | core/ |
Provides an interface defining a revisionable entity bundle. |
RevisionableEntityBundleInterface.php | file | core/ |
|
RevisionableEntityBundleInterface::shouldCreateNewRevision | function | core/ |
Gets whether a new revision should be created by default. |
RevisionableInterface | interface | core/ |
Provides methods for an entity to support revisions. |
RevisionableInterface.php | file | core/ |
|
RevisionableInterface::getLoadedRevisionId | function | core/ |
Gets the loaded Revision ID of the entity. |
RevisionableInterface::getRevisionId | function | core/ |
Gets the revision identifier of the entity. |
RevisionableInterface::isDefaultRevision | function | core/ |
Checks if this entity is the default revision. |
RevisionableInterface::isLatestRevision | function | core/ |
Checks if this entity is the latest revision. |
RevisionableInterface::isNewRevision | function | core/ |
Determines whether a new revision should be created on save. |
RevisionableInterface::preSaveRevision | function | core/ |
Acts on a revision before it gets saved. |
RevisionableInterface::setNewRevision | function | core/ |
Enforces an entity to be saved as a new revision. |
RevisionableInterface::updateLoadedRevisionId | function | core/ |
Updates the loaded Revision ID with the revision ID. |
RevisionableInterface::wasDefaultRevision | function | core/ |
Checks whether the entity object was a default revision when it was saved. |
RevisionableStorageInterface | interface | core/ |
A storage that supports revisionable entity types. |
RevisionableStorageInterface.php | file | core/ |
|
RevisionableStorageInterface::createRevision | function | core/ |
Creates a new revision starting off from the specified entity object. |
RevisionableStorageInterface::deleteRevision | function | core/ |
Deletes a specific entity revision. |
RevisionableStorageInterface::getLatestRevisionId | function | core/ |
Returns the latest revision identifier for an entity. |
RevisionableStorageInterface::loadMultipleRevisions | function | core/ |
Loads multiple entity revisions. |
RevisionableStorageInterface::loadRevision | function | core/ |
Loads a specific entity revision. |
RevisionLogInterface | interface | core/ |
Defines methods for an entity that supports revision logging and ownership. |
RevisionLogInterface.php | file | core/ |
Pagination
- Previous page
- Page 70
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.