Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| Color::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| ColorConfigCacheInvalidator | class | core/ |
A subscriber invalidating cache tags when color config objects are saved. |
| ColorConfigCacheInvalidator.php | file | core/ |
|
| ColorConfigCacheInvalidator::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| ColorConfigCacheInvalidator::getSubscribedEvents | function | core/ |
|
| ColorConfigCacheInvalidator::onChange | function | core/ |
Invalidate cache tags when a color theme config object changes. |
| ColorConfigCacheInvalidator::__construct | function | core/ |
Constructs a ColorConfigCacheInvalidator object. |
| ColorConfigSchemaTest | class | core/ |
Ensures the color config schema is correct. |
| ColorConfigSchemaTest.php | file | core/ |
|
| ColorConfigSchemaTest::$adminUser | property | core/ |
A user with administrative permissions. |
| ColorConfigSchemaTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ColorConfigSchemaTest::$modules | property | core/ |
Modules to install. |
| ColorConfigSchemaTest::setUp | function | core/ |
|
| ColorConfigSchemaTest::testValidColorConfigSchema | function | core/ |
Tests whether the color config schema is valid. |
| ColorLegacyTest | class | core/ |
Tests Color module's legacy code. |
| ColorLegacyTest.php | file | core/ |
|
| ColorLegacyTest::$modules | property | core/ |
Modules to enable. |
| ColorLegacyTest::setUp | function | core/ |
|
| ColorLegacyTest::testColorSystemBrandingBlockAlterPreRender | function | core/ |
Tests color_block_view_pre_render() deprecation. |
| colors.css | file | core/ |
html { color: #00f; } body { color: #f00; } |
| colors.css | file | core/ |
/* ---------- Color Module Styles ----------- */ body { color: #3b3b3b; background: #292929; } #page, #main-wrapper, .region-primary-menu .menu-item a.is-active, .region-primary-menu .menu-item--active-trail a { background: #fff; } .tabs… |
| colors.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/2815083 * @preserve */ /** * Reusable colors. */ .color-success { color: #325e1c; background-color: #f3faef; } .color-warning… |
| colors.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; } |
| ColorSafePreviewTest | class | core/ |
Tests sanitizing color preview loaded from theme. |
| ColorSafePreviewTest.php | file | core/ |
|
| ColorSafePreviewTest::$bigUser | property | core/ |
A user with administrative permissions. |
| ColorSafePreviewTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ColorSafePreviewTest::$modules | property | core/ |
Modules to enable. |
| ColorSafePreviewTest::setUp | function | core/ |
|
| ColorSafePreviewTest::testColorPreview | function | core/ |
Ensures color preview.html is sanitized. |
| ColorSystemBrandingBlockAlter | class | core/ |
Provides a trusted callback to alter the system branding block. |
| ColorSystemBrandingBlockAlter.php | file | core/ |
|
| ColorSystemBrandingBlockAlter::preRender | function | core/ |
#pre_render callback: Sets color preset logo. |
| ColorTest | class | core/ |
Tests D7 color source plugin. |
| ColorTest | class | core/ |
Modify the Bartik theme colors and make sure the changes are reflected on the frontend. |
| ColorTest | class | core/ |
Tests Color utility class conversions. |
| ColorTest.php | file | core/ |
|
| ColorTest.php | file | core/ |
|
| ColorTest.php | file | core/ |
|
| ColorTest::$bigUser | property | core/ |
A user with administrative permissions. |
| ColorTest::$colorTests | property | core/ |
Associative array of hex color strings to test. |
| ColorTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ColorTest::$modules | property | core/ |
Modules to enable. |
| ColorTest::$modules | property | core/ |
Modules to install. |
| ColorTest::$themes | property | core/ |
An associative array of settings for themes. |
| ColorTest::providerSource | function | core/ |
The data provider. |
| 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 167
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.