public function EmptySource::__toString in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate/src/Plugin/migrate/source/EmptySource.php \Drupal\migrate\Plugin\migrate\source\EmptySource::__toString()
Overrides MigrateSourceInterface::__toString
File
- core/
modules/ migrate/ src/ Plugin/ migrate/ source/ EmptySource.php, line 37 - Contains \Drupal\migrate\Plugin\migrate\source\EmptySource.
Class
- EmptySource
- Source returning an empty row.
Namespace
Drupal\migrate\Plugin\migrate\sourceCode
public function __toString() {
return '';
}