public function ContentSyncSettings::__construct in CMS Content Sync 2.0.x
Same name and namespace in other branches
- 8 src/Controller/ContentSyncSettings.php \Drupal\cms_content_sync\Controller\ContentSyncSettings::__construct()
- 2.1.x src/Controller/ContentSyncSettings.php \Drupal\cms_content_sync\Controller\ContentSyncSettings::__construct()
Constructs a new EntityListBuilder object.
File
- src/
Controller/ ContentSyncSettings.php, line 74
Class
- ContentSyncSettings
- Class ContentSyncSettings.
Namespace
Drupal\cms_content_sync\ControllerCode
public function __construct(ConfigFactoryInterface $configFactory) {
$this->configFactory = $configFactory;
}