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