Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
StreamWrapperInterface::realpath function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns canonical, absolute path of the resource.
StreamWrapperInterface::setUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Sets the absolute stream resource URI.
StreamWrapperInterface::VISIBLE constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Exposed in the UI and potentially web accessible.
StreamWrapperInterface::WRITE constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Wrapper is writable.
StreamWrapperInterface::WRITE_VISIBLE constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Visible, readable and writable.
StreamWrapperManager class core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Provides a StreamWrapper manager.
StreamWrapperManager.php file core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php
StreamWrapperManager::$info property core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Contains stream wrapper info.
StreamWrapperManager::$wrappers property core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Contains collected stream wrappers.
StreamWrapperManager::addStreamWrapper function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Adds a stream wrapper.
StreamWrapperManager::getClass function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns the stream wrapper class name for a given scheme.
StreamWrapperManager::getDescriptions function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns registered stream wrapper descriptions.
StreamWrapperManager::getNames function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns registered stream wrapper names.
StreamWrapperManager::getScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns the scheme of a URI (e.g. a stream).
StreamWrapperManager::getTarget function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns the part of a URI after the schema.
StreamWrapperManager::getViaScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns a reference to the stream wrapper class responsible for a scheme.
StreamWrapperManager::getViaUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns a reference to the stream wrapper class responsible for a URI.
StreamWrapperManager::getWrapper function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns a stream wrapper instance.
StreamWrapperManager::getWrappers function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Provides Drupal stream wrapper registry.
StreamWrapperManager::isValidScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Checks that the scheme of a stream URI is valid.
StreamWrapperManager::isValidUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Determines whether the URI has a valid scheme for file API operations.
StreamWrapperManager::normalizeUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Normalizes a URI by making it syntactically correct.
StreamWrapperManager::register function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Registers the tagged stream wrappers.
StreamWrapperManager::registerWrapper function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Registers stream wrapper with PHP.
StreamWrapperManager::unregister function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Unregisters the tagged stream wrappers.
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 @coversDefaultClass \Drupal\Core\StreamWrapper\StreamWrapperManager[[api-linebreak]]
@group File
StreamWrapperManagerTest.php file core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
StreamWrapperManagerTest::$modules property core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php Modules to enable.
StreamWrapperManagerTest::$streamWrapperManager property core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php The stream wrapper manager.
StreamWrapperManagerTest::providerTestUriScheme function core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php Data provider.
StreamWrapperManagerTest::setUp function core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
StreamWrapperManagerTest::testUriScheme function core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php @covers ::getScheme[[api-linebreak]]
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 Modules to enable.

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