function options_theme
Implements hook_theme().
File
-
modules/
field/ modules/ options/ options.module, line 24
Code
function options_theme() {
return array(
'options_none' => array(
'variables' => array(
'instance' => NULL,
'option' => NULL,
),
),
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.