public function SqlSanitizeCommands::messages in URLs queuer 8
Return the messages.
@hook on-event sql-sanitize-confirms
@inheritdoc
File
- src/
Commands/ SqlSanitizeCommands.php, line 65
Class
- SqlSanitizeCommands
- Sanitize plugin for Drush sql:sanitize which clears the URL registry.
Namespace
Drupal\purge_queuer_url\CommandsCode
public function messages(&$messages, InputInterface $input) {
if ($this
->applies()) {
$messages[] = dt('Clear Purge URLs queuer traffic history.');
}
return [];
}