Search for uriScheme
- Search 7.x for uriScheme
- Search 9.5.x for uriScheme
- Search 10.3.x for uriScheme
- Search 11.x for uriScheme
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FileSystem::uriScheme | function | core/ |
Returns the scheme of a URI (e.g. a stream). |
FileSystemDeprecationTest::providerTestUriScheme | function | core/ |
|
FileSystemDeprecationTest::testDeprecatedFileUriScheme | function | core/ |
@expectedDeprecation file_uri_scheme() is deprecated in drupal:8.0.0 and will be removed before drupal:9.0.0. Use \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::getScheme() instead. See https://www.drupal.org/node/3035273 |
FileSystemDeprecationTest::testUriScheme | function | core/ |
@expectedDeprecation FileSystem::uriScheme() is deprecated in drupal:8.8.0. It will be removed from drupal:9.0.0. Use \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::getScheme() instead. See https://www.drupal.org/node/3035273 |
FileSystemInterface::uriScheme | function | core/ |
Returns the scheme of a URI (e.g. a stream). |
ImageStyle::fileUriScheme | function | core/ |
Provides a wrapper for file_uri_scheme() to allow unit testing. |
StreamWrapperManagerTest::providerTestUriScheme | function | core/ |
Data provider. |
StreamWrapperManagerTest::testUriScheme | function | core/ |
@covers ::getScheme |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.