You are here

public function AcquiaContentHubSettingsEvent::getSettings in Acquia Content Hub 8.2

Gets the ContentHubClient settings object.

Return value

\Acquia\ContentHubClient\Settings The Content Hub client settings.

File

src/Event/AcquiaContentHubSettingsEvent.php, line 34

Class

AcquiaContentHubSettingsEvent
The event dispatched to find settings for the ContentHub Service.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getSettings() {
  return $this->settings;
}