Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StorageTransformEvent.php | file | core/ |
|
| StorageTransformEvent::$storage | property | core/ |
The configuration storage which is transformed. |
| StorageTransformEvent::getStorage | function | core/ |
Returns the mutable storage ready to be read from and written to. |
| StorageTransformEvent::__construct | function | core/ |
StorageTransformEvent constructor. |
| StreamCapturer | class | core/ |
Captures output to a stream and stores it for retrieval. |
| StreamCapturer.php | file | core/ |
|
| StreamCapturer::$cache | property | core/ |
|
| StreamCapturer::filter | function | core/ |
#[\ReturnTypeWillChange] |
| 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. |
| StreamWrapperManager | class | core/ |
Provides a StreamWrapper manager. |
| StreamWrapperManager.php | file | core/ |
|
| StreamWrapperManager::$info | property | core/ |
Contains stream wrapper info. |
| StreamWrapperManager::$wrappers | property | core/ |
Contains collected stream wrappers. |
| StreamWrapperManager::addStreamWrapper | function | core/ |
Adds a stream wrapper. |
| StreamWrapperManager::getClass | function | core/ |
Returns the stream wrapper class name for a given scheme. |
| StreamWrapperManager::getDescriptions | function | core/ |
Returns registered stream wrapper descriptions. |
| StreamWrapperManager::getNames | function | core/ |
Returns registered stream wrapper names. |
| StreamWrapperManager::getScheme | function | core/ |
Returns the scheme of a URI (e.g. a stream). |
| StreamWrapperManager::getTarget | function | core/ |
Returns the part of a URI after the schema. |
| StreamWrapperManager::getViaScheme | function | core/ |
Returns a reference to the stream wrapper class responsible for a scheme. |
| StreamWrapperManager::getViaUri | function | core/ |
Returns a reference to the stream wrapper class responsible for a URI. |
| StreamWrapperManager::getWrapper | function | core/ |
Returns a stream wrapper instance. |
| StreamWrapperManager::getWrappers | function | core/ |
Provides Drupal stream wrapper registry. |
| StreamWrapperManager::isValidScheme | function | core/ |
Checks that the scheme of a stream URI is valid. |
| StreamWrapperManager::isValidUri | function | core/ |
Determines whether the URI has a valid scheme for file API operations. |
| StreamWrapperManager::normalizeUri | function | core/ |
Normalizes a URI by making it syntactically correct. |
| StreamWrapperManager::register | function | core/ |
Registers the tagged stream wrappers. |
| StreamWrapperManager::registerWrapper | function | core/ |
Registers stream wrapper with PHP. |
| StreamWrapperManager::unregister | function | core/ |
Unregisters the tagged stream wrappers. |
| StreamWrapperManagerInterface | interface | core/ |
Provides a StreamWrapper manager. |
Pagination
- Previous page
- Page 1188
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.