public static function GetSettingsFromCoreConfig::getSubscribedEvents in Acquia Content Hub 8.2
File
- src/
EventSubscriber/ GetSettings/ GetSettingsFromCoreConfig.php, line 36
Class
- GetSettingsFromCoreConfig
- Gets the ContentHub Server settings from configuration.
Namespace
Drupal\acquia_contenthub\EventSubscriber\GetSettingsCode
public static function getSubscribedEvents() {
$events[AcquiaContentHubEvents::GET_SETTINGS][] = 'onGetSettings';
return $events;
}