Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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-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. |
| color.admin.css | file | core/ |
Stylesheet for the administration pages of the Color module. |
| color.admin.css | file | core/ |
Stylesheet for the administration pages of the Color module. |
| color.install | file | core/ |
Install, update and uninstall functions for the color module. |
| color.libraries.yml | file | core/ |
core/modules/color/color.libraries.yml |
| color.schema.yml | file | core/ |
core/modules/color/config/schema/color.schema.yml |
| color.services.yml | file | core/ |
core/modules/color/color.services.yml |
| Color::$deprecatedProperties | property | core/ |
|
| Color::fields | function | core/ |
Returns an array of destination fields. |
| Color::fields | function | core/ |
Returns available fields on the source. |
| Color::getIds | function | core/ |
Gets the destination IDs. |
| Color::__construct | function | core/ |
Constructs a Color object. |
| Color::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| ColorConfigCacheInvalidator::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| ColorConfigCacheInvalidator::getSubscribedEvents | function | core/ |
|
| 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/ |
/** * Reusable colors. */ .color-success { color: #325e1c; background-color: #f3faef; } .color-warning { color: #734c00; background-color: #fdf8ed; } .color-error { color: #a51b00; background-color: #fcf4f2; } |
| 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/ |
/* ---------- 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/ |
html { color: #00f; } body { color: #f00; } |
| 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. |
Pagination
- Previous page
- Page 136
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.