function entityreference_prepopulate_theme in Entityreference prepopulate 7
Implements hook_theme().
File
- ./
entityreference_prepopulate.module, line 20 - Prepopulate entity reference values from URL.
Code
function entityreference_prepopulate_theme() {
return array(
'entityreference_prepopulate_providers_table' => array(
'render element' => 'form',
),
);
}