You are here

protected function ExportEntityWriter::getArchivePath in Content Synchronizer 3.x

Same name and namespace in other branches
  1. 8.2 src/Processors/ExportEntityWriter.php \Drupal\content_synchronizer\Processors\ExportEntityWriter::getArchivePath()
  2. 8 src/Processors/ExportEntityWriter.php \Drupal\content_synchronizer\Processors\ExportEntityWriter::getArchivePath()

Return the archive path.

1 call to ExportEntityWriter::getArchivePath()
ExportEntityWriter::getArchiveUri in src/Processors/ExportEntityWriter.php
Return the archive uri.

File

src/Processors/ExportEntityWriter.php, line 164

Class

ExportEntityWriter
Export entity writer.

Namespace

Drupal\content_synchronizer\Processors

Code

protected function getArchivePath() {
  return $this
    ->getDirPath() . self::EXPORT_EXTENSION;
}