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
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StorageInterface::DEFAULT_COLLECTION | constant | core/ |
The default collection name. |
| StorageInterface::delete | function | core/ |
Deletes a configuration object from the storage. |
| StorageInterface::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| StorageInterface::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| StorageInterface::exists | function | core/ |
Returns whether a configuration object exists. |
| StorageInterface::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| StorageInterface::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| StorageInterface::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| StorageInterface::read | function | core/ |
Reads configuration data from the storage. |
| StorageInterface::readMultiple | function | core/ |
Reads configuration data from the storage. |
| StorageInterface::rename | function | core/ |
Renames a configuration object in the storage. |
| StorageInterface::write | function | core/ |
Writes configuration data to the storage. |
| StorageManagerInterface | interface | core/ |
Interface for a storage manager. |
| StorageManagerInterface.php | file | core/ |
|
| StorageManagerInterface::getStorage | function | core/ |
Get the config storage. |
| StreamWrapperInterface | interface | core/ |
Defines a Drupal stream wrapper extension. |
| StreamWrapperInterface.php | file | core/ |
|
| StreamWrapperInterface::ALL | constant | core/ |
A filter that matches all wrappers. |
| StreamWrapperInterface::dirname | function | core/ |
Gets the name of the directory from a given path. |
| StreamWrapperInterface::getDescription | function | core/ |
Returns the description of the stream wrapper for use in the UI. |
| StreamWrapperInterface::getExternalUrl | function | core/ |
Returns a web accessible URL for the resource. |
| StreamWrapperInterface::getName | function | core/ |
Returns the name of the stream wrapper for use in the UI. |
| StreamWrapperInterface::getType | function | core/ |
Returns the type of stream wrapper. |
| StreamWrapperInterface::getUri | function | core/ |
Returns the stream resource URI. |
| StreamWrapperInterface::HIDDEN | constant | core/ |
Defines the stream wrapper bit flag for a hidden file. |
| StreamWrapperInterface::LOCAL | constant | core/ |
Refers to a local file system location. |
| StreamWrapperInterface::LOCAL_HIDDEN | constant | core/ |
Hidden, readable and writable using local files. |
| StreamWrapperInterface::LOCAL_NORMAL | constant | core/ |
Visible, readable and writable using local files. |
| StreamWrapperInterface::NORMAL | constant | core/ |
The default 'type' flag. |
| StreamWrapperInterface::READ | constant | core/ |
Wrapper is readable (almost always true). |
| StreamWrapperInterface::READ_VISIBLE | constant | core/ |
Visible and read-only. |
| StreamWrapperInterface::realpath | function | core/ |
Returns canonical, absolute path of the resource. |
| StreamWrapperInterface::setUri | function | core/ |
Sets the absolute stream resource URI. |
| StreamWrapperInterface::VISIBLE | constant | core/ |
Exposed in the UI and potentially web accessible. |
| StreamWrapperInterface::WRITE | constant | core/ |
Wrapper is writable. |
| StreamWrapperInterface::WRITE_VISIBLE | constant | core/ |
Visible, readable and writable. |
| StreamWrapperManagerInterface | interface | core/ |
Provides a StreamWrapper manager. |
| StreamWrapperManagerInterface.php | file | core/ |
|
| StreamWrapperManagerInterface::getClass | function | core/ |
Returns the stream wrapper class name for a given scheme. |
| StreamWrapperManagerInterface::getDescriptions | function | core/ |
Returns registered stream wrapper descriptions. |
| StreamWrapperManagerInterface::getNames | function | core/ |
Returns registered stream wrapper names. |
| StreamWrapperManagerInterface::getScheme | function | core/ |
Returns the scheme of a URI (e.g. a stream). |
| StreamWrapperManagerInterface::getTarget | function | core/ |
Returns the part of a URI after the schema. |
| StreamWrapperManagerInterface::getViaScheme | function | core/ |
Returns a reference to the stream wrapper class responsible for a scheme. |
| StreamWrapperManagerInterface::getViaUri | function | core/ |
Returns a reference to the stream wrapper class responsible for a URI. |
| StreamWrapperManagerInterface::getWrappers | function | core/ |
Provides Drupal stream wrapper registry. |
| StreamWrapperManagerInterface::isValidScheme | function | core/ |
Checks that the scheme of a stream URI is valid. |
| StreamWrapperManagerInterface::isValidUri | function | core/ |
Determines whether the URI has a valid scheme for file API operations. |
| StreamWrapperManagerInterface::normalizeUri | function | core/ |
Normalizes a URI by making it syntactically correct. |
| StreamWrapperManagerInterface::registerWrapper | function | core/ |
Registers stream wrapper with PHP. |
Pagination
- Previous page
- Page 79
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.