public function AcsfSiteInfoHandler::handle in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 src/Event/AcsfSiteInfoHandler.php \Drupal\acsf\Event\AcsfSiteInfoHandler::handle()
Implements AcsfEventHandler::handle().
Overrides AcsfEventHandler::handle
File
- src/
Event/ AcsfSiteInfoHandler.php, line 15
Class
- AcsfSiteInfoHandler
- This event handler populates the site information after the installation.
Namespace
Drupal\acsf\EventCode
public function handle() {
$site = AcsfSite::load();
$site
->refresh();
}