You are here

function lightning_core_preprocess_block in Lightning Core 8

Same name and namespace in other branches
  1. 8.5 lightning_core.module \lightning_core_preprocess_block()
  2. 8.2 lightning_core.module \lightning_core_preprocess_block()
  3. 8.3 lightning_core.module \lightning_core_preprocess_block()
  4. 8.4 lightning_core.module \lightning_core_preprocess_block()

Implements template_preprocess_block().

File

./lightning_core.module, line 218
Contains core functionality for the Lightning distribution.

Code

function lightning_core_preprocess_block(array &$variables) {
  $variables['attributes']['data-block-plugin-id'] = $variables['elements']['#plugin_id'];
}