function options_theme

options_theme()

Implements hook_theme().

File

modules/field/modules/options/options.module, line 24
Defines selection, check box and radio button widgets for text and numeric fields.

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!field!modules!options!options.module/function/options_theme/7.x