function hosting_migrate_theme in Hosting 7.4
Same name and namespace in other branches
- 6.2 migrate/hosting_migrate.module \hosting_migrate_theme()
- 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,
),
),
);
}