public function ExportEntityWriter::getId in Content Synchronizer 3.x
Same name and namespace in other branches
- 8.2 src/Processors/ExportEntityWriter.php \Drupal\content_synchronizer\Processors\ExportEntityWriter::getId()
- 8 src/Processors/ExportEntityWriter.php \Drupal\content_synchronizer\Processors\ExportEntityWriter::getId()
The writer id.
Return value
string THe id.
File
- src/
Processors/ ExportEntityWriter.php, line 228
Class
- ExportEntityWriter
- Export entity writer.
Namespace
Drupal\content_synchronizer\ProcessorsCode
public function getId() {
return $this->id;
}