protected function CleanFilesCommand::configure in Tome 8
File
- modules/
tome_sync/ src/ Commands/ CleanFilesCommand.php, line 73
Class
- CleanFilesCommand
- Contains the tome:clean-files command.
Namespace
Drupal\tome_sync\CommandsCode
protected function configure() {
$this
->setName('tome:clean-files')
->setDescription('Deletes unused files.');
}