Search for uriScheme

  1. Search 7.x for uriScheme
  2. Search 9.5.x for uriScheme
  3. Search 10.3.x for uriScheme
  4. Search 11.x for uriScheme
  5. Other projects
Title Object type File name Summary
FileSystem::uriScheme function core/lib/Drupal/Core/File/FileSystem.php Returns the scheme of a URI (e.g. a stream).
FileSystemDeprecationTest::providerTestUriScheme function core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php
FileSystemDeprecationTest::testDeprecatedFileUriScheme function core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php @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/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php @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/lib/Drupal/Core/File/FileSystemInterface.php Returns the scheme of a URI (e.g. a stream).
ImageStyle::fileUriScheme function core/modules/image/src/Entity/ImageStyle.php Provides a wrapper for file_uri_scheme() to allow unit testing.
StreamWrapperManagerTest::providerTestUriScheme function core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php Data provider.
StreamWrapperManagerTest::testUriScheme function core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php @covers ::getScheme

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