You are here

public function MigrateSourceInterface::__toString in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Plugin/MigrateSourceInterface.php \Drupal\migrate\Plugin\MigrateSourceInterface::__toString()
4 methods override MigrateSourceInterface::__toString()
EmbeddedDataSource::__toString in core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php
EmptySource::__toString in core/modules/migrate/src/Plugin/migrate/source/EmptySource.php
SqlBase::__toString in core/modules/migrate/src/Plugin/migrate/source/SqlBase.php
Print the query string when the object is used a string.
StubSourcePlugin::__toString in core/modules/migrate/tests/src/Unit/MigrateSourceTest.php
Allows class to decide how it will react when it is treated like a string.

File

core/modules/migrate/src/Plugin/MigrateSourceInterface.php, line 44
Contains \Drupal\migrate\Plugin\MigrateSourceInterface.

Class

MigrateSourceInterface
Defines an interface for migrate sources.

Namespace

Drupal\migrate\Plugin

Code

public function __toString();