Search for scheme
- Search 7.x for scheme
- Search 9.5.x for scheme
- Search 10.3.x for scheme
- Search 11.x for scheme
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| color-scheme-form.html.twig | file | core/ |
Theme override for a theme's color form. |
| color-scheme-form.html.twig | file | core/ |
Default theme implementation for a theme's color form. |
| ColorTest::testOverrideAndResetScheme | function | core/ |
Test whether the scheme can be set, viewed anonymously and reset. |
| color_scheme_form | function | core/ |
Form constructor for the color configuration form for a particular theme. |
| color_scheme_form_submit | function | core/ |
Form submission handler for color_scheme_form(). |
| color_scheme_form_validate | function | core/ |
Form validation handler for color_scheme_form(). |
| EasyRdf_ParsedUri::$scheme | property | core/ |
|
| EasyRdf_ParsedUri::getScheme | function | core/ |
Returns the scheme of the URI (e.g. http) |
| EasyRdf_ParsedUri::setScheme | function | core/ |
Sets the scheme of the URI (e.g. http) |
| Endpoint::$schemes | property | core/ |
List of URL schemes supported by the provider. |
| Endpoint::getSchemes | function | core/ |
Returns list of URL schemes supported by the provider. |
| FileSystem::uriScheme | function | core/ |
Returns the scheme of a URI (e.g. a stream). |
| FileSystem::validScheme | function | core/ |
Checks that the scheme of a stream URI is valid. |
| FileSystemDeprecationTest::providerTestUriScheme | function | core/ |
|
| FileSystemDeprecationTest::testDeprecatedDefaultScheme | function | core/ |
@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/ |
@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/ |
@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/ |
@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). |
| FileSystemInterface::validScheme | function | core/ |
Checks that the scheme of a stream URI is valid. |
| FileTestBase::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
| file_default_scheme | function | core/ |
Gets the default file stream implementation. |
| file_stream_wrapper_valid_scheme | function | core/ |
Checks that the scheme of a stream URI is valid. |
| file_uri_scheme | function | core/ |
Returns the scheme of a URI (e.g. a stream). |
| ImageStyle::fileDefaultScheme | function | core/ |
Provides a wrapper to allow unit testing. |
| ImageStyle::fileUriScheme | function | core/ |
Provides a wrapper for file_uri_scheme() to allow unit testing. |
| ImageStyleTest::fileDefaultScheme | function | core/ |
Mock function for ImageStyle::fileDefaultScheme(). |
| ReadOnlyStreamWrapperTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
| RemoteFileDeleteRecursiveTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
| RemoteFileDeleteTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
| RemoteFileDirectoryTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
| RemoteFileMoveTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
| RemoteFileSaveDataTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
| RemoteFileScanDirectoryTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
| RemoteFileUnmanagedCopyTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
| StreamWrapperManager::getScheme | function | core/ |
Returns the scheme of a URI (e.g. a stream). |
| StreamWrapperManager::getViaScheme | function | core/ |
Returns a reference to the stream wrapper class responsible for a scheme. |
| StreamWrapperManager::isValidScheme | function | core/ |
Checks that the scheme of a stream URI is valid. |
| StreamWrapperManagerInterface::getScheme | function | core/ |
Returns the scheme of a URI (e.g. a stream). |
| StreamWrapperManagerInterface::getViaScheme | function | core/ |
Returns a reference to the stream wrapper class responsible for a scheme. |
| StreamWrapperManagerInterface::isValidScheme | function | core/ |
Checks that the scheme of a stream URI is valid. |
| StreamWrapperManagerTest::providerTestUriScheme | function | core/ |
Data provider. |
| StreamWrapperManagerTest::testUriScheme | function | core/ |
@covers ::getScheme[[api-linebreak]] |
| StreamWrapperTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
| StreamWrapperTest::testGetInstanceByScheme | function | core/ |
Test the getViaScheme() method. |
| StreamWrapperTest::testGetValidStreamScheme | function | core/ |
Test the scheme functions. |
| template_preprocess_color_scheme_form | function | core/ |
Prepares variables for color scheme form templates. |
| UrlHelperTest::dataEnhanceWithScheme | function | core/ |
Enhances test urls with schemes |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.