You are here

public function SourcePluginBase::__toString in Multiversion 8

Allows class to decide how it will react when it is treated like a string.

Overrides MigrateSourceInterface::__toString

File

src/Plugin/migrate/source/SourcePluginBase.php, line 129

Class

SourcePluginBase

Namespace

Drupal\multiversion\Plugin\migrate\source

Code

public function __toString() {
  return '';
}