Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
StreamWrapperManager::registerWrapper function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php
StreamWrapperManager::unregister function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Deregisters the tagged stream wrappers.
StreamWrapperManager::__construct function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Constructs a StreamWrapperManager object.
StreamWrapperManagerInterface interface core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Provides a StreamWrapper manager.
StreamWrapperManagerInterface.php file core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php
StreamWrapperManagerInterface::getClass function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns the stream wrapper class name for a given scheme.
StreamWrapperManagerInterface::getDescriptions function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns registered stream wrapper descriptions.
StreamWrapperManagerInterface::getNames function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns registered stream wrapper names.
StreamWrapperManagerInterface::getScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns the scheme of a URI (e.g. a stream).
StreamWrapperManagerInterface::getTarget function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns the part of a URI after the schema.
StreamWrapperManagerInterface::getViaScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns a reference to the stream wrapper class responsible for a scheme.
StreamWrapperManagerInterface::getViaUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns a reference to the stream wrapper class responsible for a URI.
StreamWrapperManagerInterface::getWrappers function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Provides Drupal stream wrapper registry.
StreamWrapperManagerInterface::isValidScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Checks that the scheme of a stream URI is valid.
StreamWrapperManagerInterface::isValidUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Determines whether the URI has a valid scheme for file API operations.
StreamWrapperManagerInterface::normalizeUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Normalizes a URI by making it syntactically correct.
StreamWrapperManagerInterface::registerWrapper function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Registers stream wrapper with PHP.
StreamWrapperManagerTest class core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php Tests Drupal\Core\StreamWrapper\StreamWrapperManager.
StreamWrapperManagerTest.php file core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
StreamWrapperManagerTest::providerTestUriScheme function core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php Data provider.
StreamWrapperManagerTest::testModuleInstallRegistration function core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php Tests installing a module providing a stream wrapper using services.
StreamWrapperManagerTest::testUriScheme function core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php Tests uri scheme.
StreamWrapperTest class core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php Tests stream wrapper functions.
StreamWrapperTest.php file core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
StreamWrapperTest::$classname property core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php A fully-qualified stream wrapper class name to register for the test.
StreamWrapperTest::$modules property core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
StreamWrapperTest::$scheme property core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php A stream wrapper scheme to register for the test.
StreamWrapperTest::setUp function core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
StreamWrapperTest::testFileFunctions function core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php Tests some file handle functions.
StreamWrapperTest::testGetClassName function core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php Tests the getClassName() function.
StreamWrapperTest::testGetInstanceByScheme function core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php Tests the getViaScheme() method.
StreamWrapperTest::testGetValidStreamScheme function core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php Tests the scheme functions.
StreamWrapperTest::testUriFunctions function core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php Tests the getViaUri() and getViaScheme() methods and target functions.
stream_wrapper.assets service core/core.services.yml Drupal\Core\StreamWrapper\AssetsStream
stream_wrapper.dummy service core/modules/file/tests/file_test/file_test.services.yml Drupal\file_test\StreamWrapper\DummyStreamWrapper
stream_wrapper.dummy_external_readonly service core/modules/file/tests/file_test/file_test.services.yml Drupal\file_test\StreamWrapper\DummyExternalReadOnlyWrapper
stream_wrapper.dummy_multiple service core/modules/file/tests/file_test/file_test.services.yml Drupal\file_test\StreamWrapper\DummyMultipleStreamWrapper
stream_wrapper.dummy_private service core/modules/file/tests/file_test/file_test.services.yml Drupal\file_test\StreamWrapper\DummyPrivateStreamWrapper
stream_wrapper.dummy_public service core/modules/file/tests/file_test/file_test.services.yml Drupal\file_test\StreamWrapper\DummyPublicStreamWrapper
stream_wrapper.dummy_readonly service core/modules/file/tests/file_test/file_test.services.yml Drupal\file_test\StreamWrapper\DummyReadOnlyStreamWrapper
stream_wrapper.dummy_remote service core/modules/file/tests/file_test/file_test.services.yml Drupal\file_test\StreamWrapper\DummyRemoteStreamWrapper
stream_wrapper.module service core/core.services.yml Drupal\Core\StreamWrapper\ModuleStream
stream_wrapper.public service core/core.services.yml Drupal\Core\StreamWrapper\PublicStream
stream_wrapper.temporary service core/core.services.yml Drupal\Core\StreamWrapper\TemporaryStream
stream_wrapper.theme service core/core.services.yml Drupal\Core\StreamWrapper\ThemeStream
stream_wrapper.translations service core/modules/locale/locale.services.yml Drupal\locale\StreamWrapper\TranslationsStream
stream_wrapper_manager service core/core.services.yml Drupal\Core\StreamWrapper\StreamWrapperManager
stream_wrapper_service_test.dependency service core/modules/system/tests/modules/stream_wrapper_service_test/stream_wrapper_service_test.services.yml Alias of stream_wrapper_manager
stream_wrapper_service_test.info.yml file core/modules/system/tests/modules/stream_wrapper_service_test/stream_wrapper_service_test.info.yml core/modules/system/tests/modules/stream_wrapper_service_test/stream_wrapper_service_test.info.yml
stream_wrapper_service_test.services.yml file core/modules/system/tests/modules/stream_wrapper_service_test/stream_wrapper_service_test.services.yml core/modules/system/tests/modules/stream_wrapper_service_test/stream_wrapper_service_test.services.yml

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.