You are here

function vefl_theme in Views exposed form layout 8.3

Same name and namespace in other branches
  1. 8 vefl.module \vefl_theme()
  2. 8.2 vefl.module \vefl_theme()
  3. 7 vefl.module \vefl_theme()

Implements hook_theme().

File

./vefl.module, line 11
Module file for vefl.

Code

function vefl_theme($existing, $type, $theme, $path) {
  return [
    'vefl_views_exposed_form' => [
      'render element' => 'form',
      'theme path' => $path,
    ],
  ];
}