Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
@coversDefaultClass \Drupal\Core\StreamWrapper\StreamWrapperManager[[api-linebreak]] @group File |
| StreamWrapperManagerTest.php | file | core/ |
|
| StreamWrapperManagerTest::$modules | property | core/ |
Modules to enable. |
| StreamWrapperManagerTest::$streamWrapperManager | property | core/ |
The stream wrapper manager. |
| StreamWrapperManagerTest::providerTestUriScheme | function | core/ |
Data provider. |
| StreamWrapperManagerTest::setUp | function | core/ |
|
| StreamWrapperManagerTest::testUriScheme | function | core/ |
@covers ::getScheme[[api-linebreak]] |
| 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 enable. |
| 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::testPharStreamWrapperRegistration | function | core/ |
Tests that phar stream wrapper is registered as expected. |
| StreamWrapperTest::testUriFunctions | function | core/ |
Tests the getViaUri() and getViaScheme() methods and target functions. |
| 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_readonly | service | core/ |
Drupal\file_test\StreamWrapper\DummyReadOnlyStreamWrapper |
| stream_wrapper.dummy_remote | service | core/ |
Drupal\file_test\StreamWrapper\DummyRemoteStreamWrapper |
| stream_wrapper.public | service | core/ |
Drupal\Core\StreamWrapper\PublicStream |
| stream_wrapper.temporary | service | core/ |
Drupal\Core\StreamWrapper\TemporaryStream |
| stream_wrapper.translations | service | core/ |
Drupal\locale\StreamWrapper\TranslationsStream |
| stream_wrapper_manager | service | core/ |
Drupal\Core\StreamWrapper\StreamWrapperManager |
| StringArgument | class | core/ |
Argument handler for string. |
| StringArgument.php | file | core/ |
|
| StringArgument::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
| StringArgument::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| StringArgument::getContextDefinition | function | core/ |
Returns a context definition for this argument. |
| StringArgument::getFormula | function | core/ |
Get the formula for this argument. |
| StringArgument::getSortName | function | core/ |
Return a description of how the argument would normally be sorted. |
| StringArgument::init | function | core/ |
Overrides Drupal\views\Plugin\views\HandlerBase:init(). |
| StringArgument::query | function | core/ |
Build the query based upon the formula. |
| StringArgument::summaryArgument | function | core/ |
Provides the argument to use to link from the summary to the next level. |
Pagination
- Previous page
- Page 1189
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.