You are here

function paragraphs_grid_theme in Paragraphs grid 8

Implements hook_theme().

File

./paragraphs_grid.module, line 39
Contains paragraphs_grid.module.

Code

function paragraphs_grid_theme() {
  return [
    'pg_button' => [
      'variables' => [
        'label' => NULL,
        'icon' => NULL,
        'attributes' => NULL,
      ],
    ],
    'pg_bpoint_col_header' => [
      'variables' => [
        'name' => NULL,
        'size' => NULL,
        'attributes' => NULL,
        'icon_attributes' => NULL,
      ],
    ],
  ];
}