public function ContentImporter::getFormat in Content Synchronization 8.2
Same name and namespace in other branches
- 3.0.x src/Importer/ContentImporter.php \Drupal\content_sync\Importer\ContentImporter::getFormat()
Return value
string
File
- src/
Importer/ ContentImporter.php, line 171
Class
Namespace
Drupal\content_sync\ImporterCode
public function getFormat() {
return $this->format;
}