You are here

paragraphs_jquery_ui_accordion.module in Paragraphs jQuery UI Accordion 8

Same filename and directory in other branches
  1. 7 paragraphs_jquery_ui_accordion.module

Paragraphs jQuery UI Accordion hooks and common functions.

File

paragraphs_jquery_ui_accordion.module
View source
<?php

/**
 * @file
 * Paragraphs jQuery UI Accordion hooks and common functions.
 */

/**
 * Implements hook_theme().
 */
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',
    ],
  ];
}

Functions