You are here

function entity_reference_multiple_theme in Entity Reference Multiple 7.2

Same name and namespace in other branches
  1. 7 entity_reference_multiple.module \entity_reference_multiple_theme()

Implements hook_theme().

File

./entity_reference_multiple.module, line 70
Primarily Drupal hooks.

Code

function entity_reference_multiple_theme() {
  return array(
    'entity_reference_multiple_none' => array(
      'variables' => array(
        'instance' => NULL,
        'option' => NULL,
      ),
      'file' => 'theme/theme.inc',
    ),
    'entity_reference_multiple_short_codes_settings_table' => array(
      'render element' => 'element',
      'file' => 'theme/theme.inc',
    ),
  );
}