You are here

function hosting_migrate_theme in Hosting 7.4

Same name and namespace in other branches
  1. 6.2 migrate/hosting_migrate.module \hosting_migrate_theme()
  2. 7.3 migrate/hosting_migrate.module \hosting_migrate_theme()

Implements hook_theme().

File

migrate/hosting_migrate.module, line 111

Code

function hosting_migrate_theme($existing, $type, $theme, $path) {
  return array(
    'hosting_migrate_comparison' => array(
      'variables' => array(
        'packages' => NULL,
      ),
    ),
  );
}