You are here

function search_config_theme in Search configuration 8

Same name and namespace in other branches
  1. 7 search_config.module \search_config_theme()

Implements hook_theme().

File

./search_config.module, line 19
The module that search form, including enforcing search restrictions by content type.

Code

function search_config_theme() {
  return [
    'search-config-admin-label-form' => [
      'render element' => 'form',
    ],
  ];
}