Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ImageToolkitInterface::setSource | function | core/ |
Sets the source path of the image file. |
ImageToolkitOperationInterface | interface | core/ |
Defines an interface for image toolkit operations. |
ImageToolkitOperationInterface.php | file | core/ |
|
ImageToolkitOperationInterface::apply | function | core/ |
Applies a toolkit specific operation to an image. |
ImageToolkitOperationManagerInterface | interface | core/ |
Defines an interface for image toolkit operation managers. |
ImageToolkitOperationManagerInterface.php | file | core/ |
|
ImageToolkitOperationManagerInterface::getToolkitOperation | function | core/ |
Returns a toolkit operation plugin instance. |
ImportableEntityStorageInterface | interface | core/ |
Provides an interface for responding to configuration imports. |
ImportableEntityStorageInterface.php | file | core/ |
|
ImportableEntityStorageInterface::importCreate | function | core/ |
Creates entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importDelete | function | core/ |
Delete entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importRename | function | core/ |
Renames entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importUpdate | function | core/ |
Updates entities upon synchronizing configuration changes. |
ImportAwareInterface | interface | core/ |
Interface for plugins that react to pre- or post-import events. |
ImportAwareInterface.php | file | core/ |
|
ImportAwareInterface::postImport | function | core/ |
Performs post-import tasks. |
ImportAwareInterface::preImport | function | core/ |
Performs pre-import tasks. |
InboundPathProcessorInterface | interface | core/ |
Defines an interface for classes that process the inbound path. |
InboundPathProcessorInterface.php | file | core/ |
|
InboundPathProcessorInterface::processInbound | function | core/ |
Processes the inbound path. |
InfoParserInterface | interface | core/ |
Interface for classes that parses Drupal's info.yml files. |
InfoParserInterface.php | file | core/ |
|
InfoParserInterface::parse | function | core/ |
Parses Drupal module, theme and profile .info.yml files. |
InlineBlockUsageInterface | interface | core/ |
Defines an interface for tracking inline block usage. |
InlineBlockUsageInterface.php | file | core/ |
|
InlineBlockUsageInterface::addUsage | function | core/ |
Adds a usage record. |
InlineBlockUsageInterface::deleteUsage | function | core/ |
Delete the inline blocks' the usage records. |
InlineBlockUsageInterface::getUnused | function | core/ |
Gets unused inline block IDs. |
InlineBlockUsageInterface::getUsage | function | core/ |
Gets usage record for inline block by ID. |
InlineBlockUsageInterface::removeByLayoutEntity | function | core/ |
Remove usage record by layout entity. |
InputStreamFileWriterInterface | interface | core/ |
Uploads files from a stream. |
InputStreamFileWriterInterface.php | file | core/ |
|
InputStreamFileWriterInterface::DEFAULT_BYTES_TO_READ | constant | core/ |
The length of bytes to read in each iteration when streaming file data. |
InputStreamFileWriterInterface::DEFAULT_STREAM | constant | core/ |
The default stream. |
InputStreamFileWriterInterface::writeStreamToFile | function | core/ |
Write the input stream to a temporary file. |
IntegerInterface | interface | core/ |
Interface for integer numbers. |
IntegerInterface.php | file | core/ |
|
Interface translation properties | group | core/ |
.info.yml file properties for interface translation settings. |
InvalidatingCacheBackendInterface | interface | core/ |
|
JoinPluginInterface | interface | core/ |
Represents a join and creates the SQL necessary to implement the join. |
JoinPluginInterface.php | file | core/ |
|
JoinPluginInterface::buildJoin | function | core/ |
Builds the SQL for the join this object represents. |
KeyValueExpirableFactoryInterface | interface | core/ |
Defines the expirable key/value store factory interface. |
KeyValueExpirableFactoryInterface.php | file | core/ |
|
KeyValueExpirableFactoryInterface::get | function | core/ |
Constructs a new expirable key/value store for a given collection name. |
KeyValueFactoryInterface | interface | core/ |
Defines the key/value store factory interface. |
KeyValueFactoryInterface.php | file | core/ |
|
KeyValueFactoryInterface::get | function | core/ |
Constructs a new key/value store for a given collection name. |
KeyValueStoreExpirableInterface | interface | core/ |
Defines the interface for expiring data in a key/value store. |
KeyValueStoreExpirableInterface.php | file | core/ |
Pagination
- Previous page
- Page 51
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.