You are here

public function DisqusComment::__toString in Disqus 8

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

Overrides MigrateSourceInterface::__toString

File

src/Plugin/migrate/source/DisqusComment.php, line 138

Class

DisqusComment
Disqus comment source using disqus-api.

Namespace

Drupal\disqus\Plugin\migrate\source

Code

public function __toString() {
  return 'Disqus comments';
}