You are here

function button_field_theme in Button Field 6

Implementation of hook_theme().

File

./button_field.module, line 519
Defines a field, widget and formatter for the button field type.

Code

function button_field_theme() {
  return array(
    'button_field_formatter_default' => array(
      'arguments' => array(
        'element' => NULL,
      ),
    ),
  );
}