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
- Search main for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| InputCollectorInterface | interface | core/ |
Collects user-provided input values for recipes. |
| InputCollectorInterface.php | file | core/ |
|
| InputCollectorInterface::collectValue | function | core/ |
Collects a single input value for a recipe. |
| 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. |
| InstallRequirementsInterface | interface | core/ |
Provides method for checking requirements during install time. |
| InstallRequirementsInterface.php | file | core/ |
|
| InstallRequirementsInterface::getRequirements | function | core/ |
Check installation requirements. |
| 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/ |
Test interface for testing the cache tags validator. |
| 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. |
| JsonSchemaProviderSerializerInterface | interface | core/ |
Interface for JSON schema provider. |
| JsonSchemaProviderSerializerInterface.php | file | core/ |
|
| JsonSchemaProviderSerializerInterface::getJsonSchema | function | core/ |
Convenience method to get a JSON schema. |
| 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/ |
|
| KeyValueStoreExpirableInterface::setMultipleWithExpire | function | core/ |
Saves an array of values with a time to live. |
| KeyValueStoreExpirableInterface::setWithExpire | function | core/ |
Saves a value for a given key with a time to live. |
| KeyValueStoreExpirableInterface::setWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
| KeyValueStoreInterface | interface | core/ |
Defines the interface for key/value store implementations. |
| KeyValueStoreInterface.php | file | core/ |
|
| KeyValueStoreInterface::delete | function | core/ |
Deletes an item from the key/value store. |
| KeyValueStoreInterface::deleteAll | function | core/ |
Deletes all items from the key/value store. |
| KeyValueStoreInterface::deleteMultiple | function | core/ |
Deletes multiple items from the key/value store. |
| KeyValueStoreInterface::get | function | core/ |
Returns the stored value for a given key. |
| KeyValueStoreInterface::getAll | function | core/ |
Returns all stored key/value pairs in the collection. |
| KeyValueStoreInterface::getCollectionName | function | core/ |
Returns the name of this collection. |
| KeyValueStoreInterface::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
| KeyValueStoreInterface::has | function | core/ |
Returns whether a given key exists in the store. |
| KeyValueStoreInterface::rename | function | core/ |
Renames a key. |
| KeyValueStoreInterface::set | function | core/ |
Saves a value for a given key. |
| KeyValueStoreInterface::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
| KeyValueStoreInterface::setMultiple | function | core/ |
Saves key/value pairs. |
| LanguageConfigFactoryOverrideInterface | interface | core/ |
Defines the interface for a configuration factory language override object. |
| LanguageConfigFactoryOverrideInterface.php | file | core/ |
|
| LanguageConfigFactoryOverrideInterface::getLanguage | function | core/ |
Gets the language object used to override configuration data. |
| LanguageConfigFactoryOverrideInterface::getOverride | function | core/ |
Get language override for given language and configuration name. |
Pagination
- Previous page
- Page 48
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.