function _potx_exportables_import_drush_command in Potx exportables 7
Command callback that fires up the batch process.
1 string reference to '_potx_exportables_import_drush_command'
- potx_exportables_drush_command in ./
potx_exportables.drush.inc - Implements hook_drush_command().
File
- ./
potx_exportables.drush.inc, line 24 - This files defines the Drush command used to kickstart the batch process.
Code
function _potx_exportables_import_drush_command() {
drush_print('Pot import initiating...');
_potx_exportables_import_data();
}