Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| color-picker.css | file | core/ |
Color picker styles. These appear within theme settings when selecting a custom color. |
| color-picker.pcss.css | file | core/ |
Color picker styles. These appear within theme settings when selecting a custom color. |
| colors.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Reusable colors. */ .color-success { color: #325e1c; background-color: #f3faef; } .color-warning… |
| colors.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Reusable colors. */ .color-success { color: #325e1c; background-color: #f3faef; } .color-warning… |
| colors.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Reusable colors. */ .color-success { color: #325e1c; background-color: #f3faef; } .color-warning… |
| colors.pcss.css | file | core/ |
/** * Reusable colors. */ .color-success { color: #325e1c; background-color: #f3faef; } .color-warning { color: #734c00; background-color: #fdf8ed; } .color-error { color: #a51b00; background-color: #fcf4f2; } |
| colors.pcss.css | file | core/ |
/** * Reusable colors. */ .color-success { color: #325e1c; background-color: #f3faef; } .color-warning { color: #734c00; background-color: #fdf8ed; } .color-error { color: #a51b00; background-color: #fcf4f2; } |
| colors.pcss.css | file | core/ |
/** * Reusable colors. */ .color-success { color: #325e1c; background-color: #f3faef; } .color-warning { color: #734c00; background-color: #fdf8ed; } .color-error { color: #a51b00; background-color: #fcf4f2; } |
| ColorTest | class | core/ |
Tests Color utility class conversions. |
| ColorTest.php | file | core/ |
|
| ColorTest::providerTestHexToRgb | function | core/ |
Data provider for testHexToRgb(). |
| ColorTest::providerTestNormalizeHexLength | function | core/ |
Data provider for testNormalizeHexLength(). |
| ColorTest::providerTestRbgToHex | function | core/ |
Data provider for testRgbToHex(). |
| ColorTest::providerTestValidateHex | function | core/ |
Provides data for testValidateHex(). |
| ColorTest::testHexToRgb | function | core/ |
Tests Color::hexToRgb(). |
| ColorTest::testNormalizeHexLength | function | core/ |
Tests Color::normalizeHexLength(). |
| ColorTest::testRgbToHex | function | core/ |
Tests Color::rgbToHex(). |
| ColorTest::testValidateHex | function | core/ |
@legacy-covers \Drupal\Component\Utility\Color::validateHex |
| Combine::buildOptionsForm | function | core/ |
|
| Combine::defineOptions | function | core/ |
|
| Combine::opContains | function | core/ |
|
| Combine::opContainsWord | function | core/ |
Filters by one or more words. |
| Combine::opEndsWith | function | core/ |
|
| Combine::opNotEndsWith | function | core/ |
|
| Combine::opNotStartsWith | function | core/ |
|
| Combine::opStartsWith | function | core/ |
|
| CommandLineOrUnsafeMethod | class | core/ |
Reject when running from the command line or when HTTP method is not safe. |
| CommandLineOrUnsafeMethod.php | file | core/ |
|
| CommandLineOrUnsafeMethod::check | function | core/ |
|
| CommandLineOrUnsafeMethod::isCli | function | core/ |
Indicates whether this is a CLI request. |
| CommandLineOrUnsafeMethodTest | class | core/ |
Tests Drupal\Core\PageCache\RequestPolicy\CommandLineOrUnsafeMethod. |
| CommandLineOrUnsafeMethodTest.php | file | core/ |
|
| CommandLineOrUnsafeMethodTest::$policy | property | core/ |
The request policy under test. |
| CommandLineOrUnsafeMethodTest::providerTestHttpMethod | function | core/ |
Provides test data and expected results for the HTTP method test. |
| CommandLineOrUnsafeMethodTest::setUp | function | core/ |
|
| CommandLineOrUnsafeMethodTest::testHttpMethod | function | core/ |
Asserts that check() returns DENY for unsafe HTTP methods. |
| CommandLineOrUnsafeMethodTest::testIsCli | function | core/ |
Asserts that check() returns DENY if running from the command line. |
| CommandProvider::getCommands | function | composer/ |
|
| CommandProvider::getCommands | function | composer/ |
|
| CommandsTest | class | core/ |
Performs tests on AJAX framework commands. |
| CommandsTest | class | core/ |
Performs tests on AJAX framework commands. |
| CommandsTest.php | file | core/ |
|
| CommandsTest.php | file | core/ |
|
| CommandsTest::$defaultTheme | property | core/ |
|
| CommandsTest::$modules | property | core/ |
|
| CommandsTest::$modules | property | core/ |
|
| CommandsTest::assertCommand | function | core/ |
Asserts the array of Ajax commands contains the searched command. |
| CommandsTest::assertWaitPageContains | function | core/ |
Asserts that page contains a text after waiting. |
| CommandsTest::testAjaxCommands | function | core/ |
Tests the various Ajax Commands. |
| CommandsTest::testAttachedSettings | function | core/ |
Regression test: Settings command exists regardless of JS aggregation. |
Pagination
- Previous page
- Page 153
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.