You are here

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);
}