Search for %s

  1. Search 7.x for %s
  2. Search 8.9.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
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.
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::testPharStreamWrapperRegistration function core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php Tests that phar stream wrapper is registered as expected.
StreamWrapperTest::testUriFunctions function core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php Tests the getViaUri() and getViaScheme() methods and target functions.
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_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.public service core/core.services.yml Drupal\Core\StreamWrapper\PublicStream
stream_wrapper.temporary service core/core.services.yml Drupal\Core\StreamWrapper\TemporaryStream
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
StringArgument class core/modules/views/src/Plugin/views/argument/StringArgument.php Argument handler for string.
StringArgument.php file core/modules/views/src/Plugin/views/argument/StringArgument.php
StringArgument::buildOptionsForm function core/modules/views/src/Plugin/views/argument/StringArgument.php Provide a form to edit options for this plugin.
StringArgument::defineOptions function core/modules/views/src/Plugin/views/argument/StringArgument.php Information about options for all kinds of purposes will be held here.
StringArgument::getContextDefinition function core/modules/views/src/Plugin/views/argument/StringArgument.php Returns a context definition for this argument.
StringArgument::getFormula function core/modules/views/src/Plugin/views/argument/StringArgument.php Get the formula for this argument.
StringArgument::getSortName function core/modules/views/src/Plugin/views/argument/StringArgument.php Return a description of how the argument would normally be sorted.
StringArgument::init function core/modules/views/src/Plugin/views/argument/StringArgument.php Overrides Drupal\views\Plugin\views\HandlerBase:init().
StringArgument::query function core/modules/views/src/Plugin/views/argument/StringArgument.php Build the query based upon the formula.
StringArgument::summaryArgument function core/modules/views/src/Plugin/views/argument/StringArgument.php Provides the argument to use to link from the summary to the next level.

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