Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CollectPathsToExcludeEvent::getAll | function | core/ |
|
| CollectPathsToExcludeEvent::scanForDirectoriesByName | function | core/ |
Finds all directories in the project root matching the given name. |
| CollectPathsToExcludeEvent::__construct | function | core/ |
Constructs a CollectPathsToExcludeEvent object. |
| CollectPathsToExcludeFailValidator | class | core/ |
Allows to test an excluder which fails on CollectPathsToExcludeEvent. |
| CollectPathsToExcludeFailValidator.php | file | core/ |
|
| CollectPathsToExcludeFailValidator::callToComposer | function | core/ |
Fails when composer.json is deleted to simulate failure on excluders. |
| CollectPathsToExcludeFailValidator::getSubscribedEvents | function | core/ |
|
| CollectPathsToExcludeFailValidator::__construct | function | core/ |
Constructs a CollectPathsToExcludeFailValidator object. |
| CollectRelationshipMetaEvent | class | core/ |
Event for collecting the relationship metadata of a JSON:API resource object. |
| CollectRelationshipMetaEvent.php | file | core/ |
|
| CollectRelationshipMetaEvent::$meta | property | core/ |
The metadata. |
| CollectRelationshipMetaEvent::getMeta | function | core/ |
Gets the meta values. |
| CollectRelationshipMetaEvent::getRelationshipFieldName | function | core/ |
Gets the relationship field. |
| CollectRelationshipMetaEvent::getResourceObject | function | core/ |
Gets the resource object. |
| CollectRelationshipMetaEvent::setMetaValue | function | core/ |
Sets a meta value. |
| CollectRelationshipMetaEvent::__construct | function | core/ |
Constructs a new CollectRelationshipMetaEvent object. |
| CollectResourceObjectMetaEvent | class | core/ |
Event for collecting resource object metadata of a JSON:API resource types. |
| CollectResourceObjectMetaEvent.php | file | core/ |
|
| CollectResourceObjectMetaEvent::$meta | property | core/ |
The metadata. |
| CollectResourceObjectMetaEvent::getContext | function | core/ |
Gets context options for the normalizer. |
| CollectResourceObjectMetaEvent::getMeta | function | core/ |
Gets the meta values. |
| CollectResourceObjectMetaEvent::getResourceObject | function | core/ |
Gets the resource object. |
| CollectResourceObjectMetaEvent::setMetaValue | function | core/ |
Sets a meta value. |
| CollectResourceObjectMetaEvent::__construct | function | core/ |
Constructs a new CollectResourceObjectMetaEvent object. |
| CollectRoutesTest | class | core/ |
Tests the REST export view plugin. |
| CollectRoutesTest.php | file | core/ |
|
| CollectRoutesTest::$restExport | property | core/ |
The REST export instance. |
| CollectRoutesTest::$routes | property | core/ |
The RouteCollection. |
| CollectRoutesTest::setUp | function | core/ |
|
| CollectRoutesTest::testRoutesRequirements | function | core/ |
Tests if adding a requirement to a route only modify one route. |
| Color | class | core/ |
Provides a form element for choosing a color. |
| Color | class | core/ |
Performs color conversions. |
| 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. |
| 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(). |
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.