public function AcsfCommands::buildRegistry in Acquia Cloud Site Factory Connector 8.2
Rebuilds the ACSF registry.
@command acsf-build-registry
File
- src/
Commands/ AcsfCommands.php, line 25
Class
- AcsfCommands
- Provides drush commands for site related operations.
Namespace
Drupal\acsf\CommandsCode
public function buildRegistry() {
acsf_build_registry();
$this
->output()
->writeln(dt('The ACSF registry was rebuilt.'));
}