1.20.x color.module color_config_create(Config $staging_config)

Implements hook_config_create().

File

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);
}