function role_export_drush_exit in Role Export 6
Implements hook_drush_exit().
File
- ./
role_export.module, line 29 - Role Export's primary module file.
Code
function role_export_drush_exit() {
role_export_roles(true);
}
Implements hook_drush_exit().
function role_export_drush_exit() {
role_export_roles(true);
}