You are here

public function AcquiaContentHubSettingsEvent::getProvider in Acquia Content Hub 8.2

Gets the providers of the settings object.

Return value

string The Provider.

File

src/Event/AcquiaContentHubSettingsEvent.php, line 54

Class

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

Namespace

Drupal\acquia_contenthub\Event

Code

public function getProvider() {
  return $this->provider;
}