You are here

function bootstrap_layout_builder_theme in Bootstrap Layout Builder 1.x

Same name and namespace in other branches
  1. 2.x bootstrap_layout_builder.module \bootstrap_layout_builder_theme()

Implements hook_theme().

File

./bootstrap_layout_builder.module, line 32
Bootstrap Layout Builder module.

Code

function bootstrap_layout_builder_theme() {
  return [
    'row_columns' => [
      'template' => 'row-columns',
      'render element' => 'content',
    ],
  ];
}