You are here

function countries_import_theme in Countries 8

Implements hook_theme().

File

modules/countries_import/countries_import.module, line 24

Code

function countries_import_theme() {
  return array(
    'countries_import_bulk_import_selection_form' => array(
      'render element' => 'element',
    ),
  );
}