You are here

function ajax_facets_theme in Ajax facets 7.3

Implements hook_theme().

File

./ajax_facets.module, line 30

Code

function ajax_facets_theme() {
  return [
    'ajax_facets_ranges_input' => [
      'variables' => [
        'title' => NULL,
        'attributes' => [],
        'value' => NULL,
      ],
      'file' => 'ajax_facets.theme.inc',
    ],
    'ajax_facets_select' => [
      'render element' => 'element',
    ],
  ];
}