Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
The cache data. |
| StreamCapturer::filter | function | core/ |
|
| StreamFileUploaderTest | class | core/ |
Tests the stream file uploader. |
| StreamFileUploaderTest.php | file | core/ |
|
| StreamFileUploaderTest::$modules | property | core/ |
|
| StreamFileUploaderTest::testWriteStreamToFileSuccess | function | core/ |
Tests write stream to file success. |
| StreamFileUploaderTest::testWriteStreamToFileWithSmallerBytes | function | core/ |
Tests write stream to file with smaller bytes. |
| StreamWrapperClassesPass | class | core/ |
Collects the classes of services tagged 'stream_wrapper'. |
| StreamWrapperClassesPass.php | file | core/ |
|
| StreamWrapperClassesPass::process | function | core/ |
|
| 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::$wrappers | property | core/ |
Contains collected stream wrappers. |
| StreamWrapperManager::getClass | function | core/ |
|
| StreamWrapperManager::getDescriptions | function | core/ |
|
| StreamWrapperManager::getNames | function | core/ |
|
| StreamWrapperManager::getScheme | function | core/ |
|
| StreamWrapperManager::getTarget | function | core/ |
|
| StreamWrapperManager::getViaScheme | function | core/ |
|
| StreamWrapperManager::getViaUri | function | core/ |
|
| StreamWrapperManager::getWrapper | function | core/ |
Returns a stream wrapper instance. |
| StreamWrapperManager::getWrappers | function | core/ |
|
| StreamWrapperManager::isValidScheme | function | core/ |
|
| StreamWrapperManager::isValidUri | function | core/ |
|
| StreamWrapperManager::normalizeUri | function | core/ |
Normalizes a URI by making it syntactically correct. |
| StreamWrapperManager::register | function | core/ |
Registers the tagged stream wrappers. |
Pagination
- Previous page
- Page 1526
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.