function color_block_view_system_branding_block_alter

color_block_view_system_branding_block_alter(array &$build, BlockPluginInterface $block)

Implements hook_block_view_BASE_BLOCK_ID_alter().

File

core/modules/color/color.module, line 112
Allows users to change the color scheme of themes.

Code

function color_block_view_system_branding_block_alter(array &$build, BlockPluginInterface $block) {
  $build['#pre_render'][] = 'color_block_view_pre_render';
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!color!color.module/function/color_block_view_system_branding_block_alter/8.1.x