You are here

protected function ContentExportForm::getExportLogger in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Form/ContentExportForm.php \Drupal\content_sync\Form\ContentExportForm::getExportLogger()

@

Overrides ContentExportTrait::getExportLogger

File

src/Form/ContentExportForm.php, line 148

Class

ContentExportForm
Defines the content export form.

Namespace

Drupal\content_sync\Form

Code

protected function getExportLogger() {
  return $this
    ->logger('content_sync');
}