1 color.module | color_config_create(Config $staging_config) |
Implements hook_config_create().
File
- core/
modules/ color/ color.module, line 327 - Allows users to change the color scheme of themes.
Code
function color_config_create(Config $staging_config) {
_color_config_save($staging_config);
}