class AcsfSiteInfoHandler in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 src/Event/AcsfSiteInfoHandler.php \Drupal\acsf\Event\AcsfSiteInfoHandler
This event handler populates the site information after the installation.
Hierarchy
- class \Drupal\acsf\Event\AcsfEventHandler
- class \Drupal\acsf\Event\AcsfSiteInfoHandler
Expanded class hierarchy of AcsfSiteInfoHandler
File
- src/
Event/ AcsfSiteInfoHandler.php, line 10
Namespace
Drupal\acsf\EventView source
class AcsfSiteInfoHandler extends AcsfEventHandler {
/**
* Implements AcsfEventHandler::handle().
*/
public function handle() {
$site = AcsfSite::load();
$site
->refresh();
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AcsfEventHandler:: |
public | property | The time that the handler was completed. | |
AcsfEventHandler:: |
public | property | Any messages triggered by the handler. | |
AcsfEventHandler:: |
public | property | The time that the handler was started. | |
AcsfEventHandler:: |
public | function | Writes a log message to the console. | |
AcsfEventHandler:: |
public | function | Constructor. | 1 |
AcsfSiteInfoHandler:: |
public | function |
Implements AcsfEventHandler::handle(). Overrides AcsfEventHandler:: |