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