You are here

function drush_expire_user in Cache Expiration 7.2

Callback for expire-user drush command.

1 string reference to 'drush_expire_user'
expire_drush_command in ./expire.drush.inc
Implements hook_drush_command().

File

./expire.drush.inc, line 160
This is the drush integration for the expire module.

Code

function drush_expire_user() {
  _drush_expire_entity('user');
}