public function ContentSyncSettings::getExtendedEntityImportLogging in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Controller/ContentSyncSettings.php \Drupal\cms_content_sync\Controller\ContentSyncSettings::getExtendedEntityImportLogging()
- 2.0.x src/Controller/ContentSyncSettings.php \Drupal\cms_content_sync\Controller\ContentSyncSettings::getExtendedEntityImportLogging()
Get the Extended Entity Import Logging setting.
File
- src/Controller/ ContentSyncSettings.php, line 469 
Class
- ContentSyncSettings
- Class ContentSyncSettings.
Namespace
Drupal\cms_content_sync\ControllerCode
public function getExtendedEntityImportLogging() {
  return \Drupal::service('keyvalue.database')
    ->get('cms_content_sync_debug')
    ->get('extended_entity_import_logging');
}