function trigger_theme
Implements hook_theme().
File
-
modules/
trigger/ trigger.module, line 201
Code
function trigger_theme() {
return array(
'trigger_display' => array(
'render element' => 'element',
'file' => 'trigger.admin.inc',
),
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.