Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| color-picker.pcss.css | file | core/ |
Color picker styles. These appear within theme settings when selecting a custom color. |
| Color.php | file | core/ |
|
| Color.php | file | core/ |
|
| Color::getInfo | function | core/ |
Returns the element properties for this element. |
| Color::hexToRgb | function | core/ |
Parses a hexadecimal color string like '#abc' or '#aabbcc'. |
| Color::normalizeHexLength | function | core/ |
Normalize the hex color length to 6 characters for comparison. |
| Color::preRenderColor | function | core/ |
Prepares a #type 'color' render element for input.html.twig. |
| Color::rgbToHex | function | core/ |
Converts RGB color arrays or strings to lowercase CSS notation. |
| Color::validateColor | function | core/ |
Form element validation handler for #type 'color'. |
| Color::validateHex | function | core/ |
Validates whether a hexadecimal color value is syntactically correct. |
| 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; } |
| 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/ |
@covers \Drupal\Component\Utility\Color::validateHex[[api-linebreak]] |
| Com | class | core/ |
Generates a UUID using the Windows internal GUID extension. |
| Com.php | file | core/ |
|
| Com::generate | function | core/ |
Generates a Universally Unique IDentifier (UUID). |
| Combine | class | core/ |
Filter handler which allows to search on multiple fields. |
| Combine.php | file | core/ |
|
| Combine::$query | property | core/ |
|
| Combine::buildOptionsForm | function | core/ |
Provide the basic form which calls through to subforms. |
| Combine::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| Combine::opContains | function | core/ |
|
| Combine::opContainsWord | function | core/ |
Filters by one or more words. |
| Combine::opEmpty | function | core/ |
|
| Combine::opEndsWith | function | core/ |
|
| Combine::opEqual | function | core/ |
Adds a where clause for the operation, 'equals'. |
| Combine::opNotEndsWith | function | core/ |
|
| Combine::opNotLike | function | core/ |
|
| Combine::opNotStartsWith | function | core/ |
|
| Combine::opRegex | function | core/ |
Filters by a regular expression. |
| Combine::opStartsWith | function | core/ |
|
| Combine::query | function | core/ |
Add this filter to the query. |
| Combine::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
| CommandInterface | interface | core/ |
AJAX command interface. |
| CommandInterface.php | file | core/ |
|
| CommandInterface::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
| 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/ |
Determines whether delivery of a cached page should be attempted. |
| CommandLineOrUnsafeMethod::isCli | function | core/ |
Indicates whether this is a CLI request. |
| CommandLineOrUnsafeMethodTest | class | core/ |
@coversDefaultClass \Drupal\Core\PageCache\RequestPolicy\CommandLineOrUnsafeMethod[[api-linebreak]] @group PageCache |
Pagination
- Previous page
- Page 179
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.