function elasticsearch_watchdog_theme in Elasticsearch Connector 7.2
Same name and namespace in other branches
- 7.5 modules/elasticsearch_watchdog/elasticsearch_watchdog.module \elasticsearch_watchdog_theme()
- 7 modules/elasticsearch_watchdog/elasticsearch_watchdog.module \elasticsearch_watchdog_theme()
Implements hook_theme().
File
- modules/
elasticsearch_watchdog/ elasticsearch_watchdog.module, line 20 - Created on Jan 06, 2014
Code
function elasticsearch_watchdog_theme() {
return array(
'elasticsearch_watchdog_message' => array(
'variables' => array(
'event_id' => NULL,
'event' => NULL,
'link' => FALSE,
),
'file' => 'elasticsearch_watchdog.admin.inc',
),
);
}