You are here

function relation_entity_collector_theme in Relation 8

Same name and namespace in other branches
  1. 8.2 relation_entity_collector/relation_entity_collector.module \relation_entity_collector_theme()
  2. 7 relation_entity_collector/relation_entity_collector.module \relation_entity_collector_theme()

Implements hook_theme().

File

relation_entity_collector/relation_entity_collector.module, line 15
Relation Entity Collector Block.

Code

function relation_entity_collector_theme() {
  return array(
    'relation_entity_collector_table' => array(
      'render element' => 'form',
    ),
  );
}