You are here

public function Provider::__toString in Views OAI-PMH 8

Returns markup.

Return value

string The markup.

Overrides MarkupInterface::__toString

File

src/Service/Provider.php, line 23

Class

Provider

Namespace

Drupal\views_oai_pmh\Service

Code

public function __toString() {
  return $this
    ->getResponse()
    ->getBody()
    ->getContents();
}