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 |
|---|---|---|---|
| StreamWrapperManager::registerWrapper | function | core/ |
|
| 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/ |
|
| 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. |
| stream_wrapper.assets | service | core/ |
Drupal\Core\StreamWrapper\AssetsStream |
| stream_wrapper.dummy | service | core/ |
Drupal\file_test\StreamWrapper\DummyStreamWrapper |
| stream_wrapper.dummy_external_readonly | service | core/ |
Drupal\file_test\StreamWrapper\DummyExternalReadOnlyWrapper |
| stream_wrapper.dummy_multiple | service | core/ |
Drupal\file_test\StreamWrapper\DummyMultipleStreamWrapper |
| stream_wrapper.dummy_private | service | core/ |
Drupal\file_test\StreamWrapper\DummyPrivateStreamWrapper |
| stream_wrapper.dummy_public | service | core/ |
Drupal\file_test\StreamWrapper\DummyPublicStreamWrapper |
| stream_wrapper.dummy_readonly | service | core/ |
Drupal\file_test\StreamWrapper\DummyReadOnlyStreamWrapper |
| stream_wrapper.dummy_remote | service | core/ |
Drupal\file_test\StreamWrapper\DummyRemoteStreamWrapper |
| stream_wrapper.module | service | core/ |
Drupal\Core\StreamWrapper\ModuleStream |
| stream_wrapper.public | service | core/ |
Drupal\Core\StreamWrapper\PublicStream |
| stream_wrapper.temporary | service | core/ |
Drupal\Core\StreamWrapper\TemporaryStream |
| stream_wrapper.theme | service | core/ |
Drupal\Core\StreamWrapper\ThemeStream |
| stream_wrapper.translations | service | core/ |
Drupal\locale\StreamWrapper\TranslationsStream |
| stream_wrapper_manager | service | core/ |
Drupal\Core\StreamWrapper\StreamWrapperManager |
| stream_wrapper_service_test.dependency | service | core/ |
Alias of stream_wrapper_manager |
| stream_wrapper_service_test.info.yml | file | core/ |
core/modules/system/tests/modules/stream_wrapper_service_test/stream_wrapper_service_test.info.yml |
| stream_wrapper_service_test.services.yml | file | core/ |
core/modules/system/tests/modules/stream_wrapper_service_test/stream_wrapper_service_test.services.yml |
Pagination
- Previous page
- Page 1527
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.