function trigger_theme

Same name and namespace in other branches
  1. 6.x drupal-6.x/modules/trigger/trigger.module \trigger_theme()

Implements hook_theme().

Archivo

drupal-7.x/modules/trigger/trigger.module, line 201
Enables functions to be stored and executed at a later time.

Código

function trigger_theme() {
  return array(
    'trigger_display' => array(
      'render element' => 'element',
      'file' => 'trigger.admin.inc',
    ),
  );
}