You are here

function paragraphs_jquery_ui_accordion_theme in Paragraphs jQuery UI Accordion 8

Implements hook_theme().

File

./paragraphs_jquery_ui_accordion.module, line 10
Paragraphs jQuery UI Accordion hooks and common functions.

Code

function paragraphs_jquery_ui_accordion_theme() {
  return [
    'paragraphs_jquery_ui_accordion_formatter' => [
      'variables' => [
        'title' => NULL,
        'content' => NULL,
        'id' => NULL,
        'title_attributes' => NULL,
        'content_attributes' => NULL,
      ],
      'template' => 'paragraphs-jquery-ui-accordion-formatter',
    ],
  ];
}