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
Namespace
Drupal\views_oai_pmh\ServiceCode
public function __toString() {
return $this
->getResponse()
->getBody()
->getContents();
}