protected function TomeSuperCacheRebuildCommand::configure in Tome 8
File
- modules/
tome_static/ modules/ tome_static_super_cache/ src/ Commands/ TomeSuperCacheRebuildCommand.php, line 18
Class
- TomeSuperCacheRebuildCommand
- Contains the tome:super-cache-rebuild command.
Namespace
Drupal\tome_static_super_cache\CommandsCode
protected function configure() {
$this
->setName('tome:super-cache-rebuild')
->setAliases([
'tscr',
])
->setDescription('Rebuilds cache without conditions.');
}