You are here

function entity_reference_multiple_theme in Entity Reference Multiple 7

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

Implements hook_theme().

File

./entity_reference_multiple.module, line 13
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',
    ),
  );
}