Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
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/ |
Deregisters the tagged stream wrappers. |
| StreamWrapperManager::__construct | function | core/ |
Constructs a StreamWrapperManager object. |
| 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/ |
Tests Drupal\Core\StreamWrapper\StreamWrapperManager. |
| StreamWrapperManagerTest.php | file | core/ |
|
| StreamWrapperManagerTest::providerTestUriScheme | function | core/ |
Data provider. |
| StreamWrapperManagerTest::testModuleInstallRegistration | function | core/ |
Tests installing a module providing a stream wrapper using services. |
| StreamWrapperManagerTest::testUriScheme | function | core/ |
Tests uri scheme. |
| 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 install. |
| StreamWrapperTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
| StreamWrapperTest::setUp | function | core/ |
|
| StreamWrapperTest::testFileFunctions | function | core/ |
Tests some file handle functions. |
| StreamWrapperTest::testGetClassName | function | core/ |
Tests the getClassName() function. |
| StreamWrapperTest::testGetInstanceByScheme | function | core/ |
Tests the getViaScheme() method. |
| StreamWrapperTest::testGetValidStreamScheme | function | core/ |
Tests the scheme functions. |
| StreamWrapperTest::testUriFunctions | function | core/ |
Tests the getViaUri() and getViaScheme() methods and target functions. |
Pagination
- Previous page
- Page 1324
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.