You are here

public function ContentSyncSettings::getExtendedEntityExportLogging in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/Controller/ContentSyncSettings.php \Drupal\cms_content_sync\Controller\ContentSyncSettings::getExtendedEntityExportLogging()
  2. 2.0.x src/Controller/ContentSyncSettings.php \Drupal\cms_content_sync\Controller\ContentSyncSettings::getExtendedEntityExportLogging()

Get the Extended Entity Export Logging setting.

File

src/Controller/ContentSyncSettings.php, line 517

Class

ContentSyncSettings
Class ContentSyncSettings.

Namespace

Drupal\cms_content_sync\Controller

Code

public function getExtendedEntityExportLogging() {
  return \Drupal::service('keyvalue.database')
    ->get('cms_content_sync_debug')
    ->get('extended_entity_export_logging');
}