theme_settings_convert_to_config

function theme_settings_convert_to_config

theme_settings_convert_to_config(array $theme_settings, Config $config)

Converts theme settings to configuration.

Parameters

array $theme_settings: An array of theme settings from system setting form or a Drupal 7 variable.

Config $config: The configuration object to update.

Return value

The Config object with updated data.

See also

system_theme_setting