public function GatherContentMigrateSource::__toString in GatherContent 8.5
Allows class to decide how it will react when it is treated like a string.
Overrides MigrateSourceInterface::__toString
File
- src/
Plugin/ migrate/ source/ GatherContentMigrateSource.php, line 142
Class
- GatherContentMigrateSource
- A source class for Gathercontent API.
Namespace
Drupal\gathercontent\Plugin\migrate\sourceCode
public function __toString() {
return 'Gathercontent migration';
}