You are here

public function ClientFactory::getProvider in Acquia Content Hub 8.2

Gets the settings provider from the settings event for contenthub settings.

Return value

string The name of settings' provider.

File

src/Client/ClientFactory.php, line 215

Class

ClientFactory
Instantiates an Acquia ContentHub Client object.

Namespace

Drupal\acquia_contenthub\Client

Code

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