public function AcquiaContentHubSettingsEvent::setProvider in Acquia Content Hub 8.2
Sets the provider of the settings object.
Parameters
string $provider: The Provider.
File
- src/
Event/ AcquiaContentHubSettingsEvent.php, line 64
Class
- AcquiaContentHubSettingsEvent
- The event dispatched to find settings for the ContentHub Service.
Namespace
Drupal\acquia_contenthub\EventCode
public function setProvider($provider) {
$this->provider = $provider;
}