You are here

function farm_ui_theme_block_view_farm_powered_by_block_alter in farmOS 2.x

Implements hook_block_view_BASE_BLOCK_ID_alter().

File

modules/core/ui/theme/farm_ui_theme.module, line 49
The farmOS UI Theme module.

Code

function farm_ui_theme_block_view_farm_powered_by_block_alter(array &$build, BlockPluginInterface $block) {
  $build['#attached']['library'][] = 'farm_ui_theme/footer';
}