Search for scheme

  1. Search 7.x for scheme
  2. Search 9.5.x for scheme
  3. Search 10.3.x for scheme
  4. Search 11.x for scheme
  5. Other projects
Title Object type File name Summary
color-scheme-form.html.twig file core/modules/color/templates/color-scheme-form.html.twig Default theme implementation for a theme's color form.
color-scheme-form.html.twig file core/themes/stable/templates/admin/color-scheme-form.html.twig Theme override for a theme's color form.
ColorTest::testOverrideAndResetScheme function core/modules/color/tests/src/Functional/ColorTest.php Test whether the scheme can be set, viewed anonymously and reset.
color_scheme_form function core/modules/color/color.module Form constructor for the color configuration form for a particular theme.
color_scheme_form_submit function core/modules/color/color.module Form submission handler for color_scheme_form().
color_scheme_form_validate function core/modules/color/color.module Form validation handler for color_scheme_form().
EasyRdf_ParsedUri::$scheme property core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::getScheme function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns the scheme of the URI (e.g. http)
EasyRdf_ParsedUri::setScheme function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Sets the scheme of the URI (e.g. http)
Endpoint::$schemes property core/modules/media/src/OEmbed/Endpoint.php List of URL schemes supported by the provider.
Endpoint::getSchemes function core/modules/media/src/OEmbed/Endpoint.php Returns list of URL schemes supported by the provider.
FileSystem::uriScheme function core/lib/Drupal/Core/File/FileSystem.php Returns the scheme of a URI (e.g. a stream).
FileSystem::validScheme function core/lib/Drupal/Core/File/FileSystem.php Checks that the scheme of a stream URI is valid.
FileSystemDeprecationTest::providerTestUriScheme function core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php
FileSystemDeprecationTest::testDeprecatedDefaultScheme function core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php @expectedDeprecation file_default_scheme() is deprecated in drupal:8.8.0. It will be removed from drupal:9.0.0. Use \Drupal::config('system.file')->get('default_scheme') instead. See https://www.drupal.org/node/3049030
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::testDeprecatedValidScheme function core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php @expectedDeprecation file_stream_wrapper_valid_scheme() is deprecated in drupal:8.0.0 and will be removed before drupal:9.0.0. Use \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::isValidScheme() 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).
FileSystemInterface::validScheme function core/lib/Drupal/Core/File/FileSystemInterface.php Checks that the scheme of a stream URI is valid.
FileTestBase::$scheme property core/tests/Drupal/KernelTests/Core/File/FileTestBase.php A stream wrapper scheme to register for the test.
file_default_scheme function core/includes/file.inc Gets the default file stream implementation.
file_stream_wrapper_valid_scheme function core/includes/file.inc Checks that the scheme of a stream URI is valid.
file_uri_scheme function core/includes/file.inc Returns the scheme of a URI (e.g. a stream).
ImageStyle::fileDefaultScheme function core/modules/image/src/Entity/ImageStyle.php Provides a wrapper to allow unit testing.
ImageStyle::fileUriScheme function core/modules/image/src/Entity/ImageStyle.php Provides a wrapper for file_uri_scheme() to allow unit testing.
ImageStyleTest::fileDefaultScheme function core/modules/image/tests/src/Unit/ImageStyleTest.php Mock function for ImageStyle::fileDefaultScheme().
ReadOnlyStreamWrapperTest::$scheme property core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php A stream wrapper scheme to register for the test.
RemoteFileDeleteRecursiveTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php A stream wrapper scheme to register for the test.
RemoteFileDeleteTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteTest.php A stream wrapper scheme to register for the test.
RemoteFileDirectoryTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php A stream wrapper scheme to register for the test.
RemoteFileMoveTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php A stream wrapper scheme to register for the test.
RemoteFileSaveDataTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php A stream wrapper scheme to register for the test.
RemoteFileScanDirectoryTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php A stream wrapper scheme to register for the test.
RemoteFileUnmanagedCopyTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php A stream wrapper scheme to register for the test.
StreamWrapperManager::getScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns the scheme of a URI (e.g. a stream).
StreamWrapperManager::getViaScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns a reference to the stream wrapper class responsible for a scheme.
StreamWrapperManager::isValidScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Checks that the scheme of a stream URI is valid.
StreamWrapperManagerInterface::getScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns the scheme of a URI (e.g. a stream).
StreamWrapperManagerInterface::getViaScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns a reference to the stream wrapper class responsible for a scheme.
StreamWrapperManagerInterface::isValidScheme function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Checks that the scheme of a stream URI is valid.
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
StreamWrapperTest::$scheme property core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php A stream wrapper scheme to register for the test.
StreamWrapperTest::testGetInstanceByScheme function core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php Test the getViaScheme() method.
StreamWrapperTest::testGetValidStreamScheme function core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php Test the scheme functions.
template_preprocess_color_scheme_form function core/modules/color/color.module Prepares variables for color scheme form templates.
UrlHelperTest::dataEnhanceWithScheme function core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php Enhances test urls with schemes

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