hosting.feature.migrate.inc in Hosting 5
Same filename and directory in other branches
File
migrate/hosting.feature.migrate.incView source
<?php
function hosting_migrate_hosting_feature() {
$features['migrate'] = array(
'title' => t('Site migration'),
'description' => t('Migrate sites to platforms of the same or later version.'),
'status' => HOSTING_FEATURE_ENABLED,
'module' => 'hosting_migrate',
);
return $features;
}
Functions
Name | Description |
---|---|
hosting_migrate_hosting_feature |