protected function ContentHubConnectionManager::getContentHubConfig in Acquia Content Hub 8.2
Obtains the Content Hub Admin Settings Configuration.
Return value
\Drupal\Core\Config\Config The Editable Content Hub Admin Settings Configuration.
1 call to ContentHubConnectionManager::getContentHubConfig()
- ContentHubConnectionManager::syncWebhookInterestListWithTrackingTables in src/
ContentHubConnectionManager.php - Synchronizes this webhook's interest list with tracking table.
File
- src/
ContentHubConnectionManager.php, line 119
Class
- ContentHubConnectionManager
- Responsible for connection management actions.
Namespace
Drupal\acquia_contenthubCode
protected function getContentHubConfig() {
return $this->configFactory
->getEditable('acquia_contenthub.admin_settings');
}