comparison core/includes/theme.inc @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children 1fec387a4317
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
459 * 459 *
460 * @see system_theme_settings_submit() 460 * @see system_theme_settings_submit()
461 * 461 *
462 * @param array $theme_settings 462 * @param array $theme_settings
463 * An array of theme settings from system setting form or a Drupal 7 variable. 463 * An array of theme settings from system setting form or a Drupal 7 variable.
464 * @param Config $config 464 * @param \Drupal\Core\Config\Config $config
465 * The configuration object to update. 465 * The configuration object to update.
466 * 466 *
467 * @return 467 * @return
468 * The Config object with updated data. 468 * The Config object with updated data.
469 */ 469 */