Search for %s
- Search 7.x for %s
- Search 9.5.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 |
|---|---|---|---|
| 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. |
| 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. |
| StreamWrapperManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\StreamWrapper\StreamWrapperManager[[api-linebreak]] @group File |
| StreamWrapperManagerTest.php | file | core/ |
|
| StreamWrapperManagerTest::$modules | property | core/ |
Modules to enable. |
| StreamWrapperManagerTest::$streamWrapperManager | property | core/ |
The stream wrapper manager. |
| StreamWrapperManagerTest::providerTestUriScheme | function | core/ |
Data provider. |
| StreamWrapperManagerTest::setUp | function | core/ |
|
| StreamWrapperManagerTest::testUriScheme | function | core/ |
@covers ::getScheme[[api-linebreak]] |
| StreamWrapperTest | class | core/ |
Tests stream wrapper functions. |
| StreamWrapperTest.php | file | core/ |
|
| StreamWrapperTest::$classname | property | core/ |
A fully-qualified stream wrapper class name to register for the test. |
| StreamWrapperTest::$modules | property | core/ |
Modules to enable. |
Pagination
- Previous page
- Page 1156
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.