You are here

function hosting_migrate_theme in Hosting 6.2

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

Implementation of hook_theme().

File

migrate/hosting_migrate.module, line 105

Code

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