You are here

function drush_node_revision_delete_nrd_minimum_age_to_delete_time_validate in Node Revision Delete 8

Same name and namespace in other branches
  1. 7.3 node_revision_delete.drush.inc \drush_node_revision_delete_nrd_minimum_age_to_delete_time_validate()

Implements drush_hook_COMMAND_validate().

File

./node_revision_delete.drush.inc, line 370
Drush commands related to the Node Revision Delete module.

Code

function drush_node_revision_delete_nrd_minimum_age_to_delete_time_validate() {
  $args = func_get_args();
  _drush_node_revision_delete_validate_maximum_time($args);
}