You are here

function select2widget_theme in Select2 Field Widget 7.2

Same name and namespace in other branches
  1. 7 select2widget.module \select2widget_theme()

Implements hook_theme().

File

./select2widget.module, line 234

Code

function select2widget_theme() {
  return array(
    'select2widget_options_none' => array(
      'variables' => array(
        'instance' => NULL,
        'option' => NULL,
      ),
    ),
  );
}