You are here

function drush_replication_start_validate in Replication 8

Same name and namespace in other branches
  1. 8.2 replication.drush.inc \drush_replication_start_validate()

Implements drush_hook_COMMAND_validate().

File

./replication.drush.inc, line 177
Drush integration for the replication module.

Code

function drush_replication_start_validate() {

  // Array of "Callback arguments" and "command line args".
  $params = func_get_args();
  replication_command_validate($params);
}