You are here

public function FormatRowToXml::resetTagsPrefixedWith0 in Views OAI-PMH 8

Reset tagsPrefixedWith0 value

File

src/Service/FormatRowToXml.php, line 17

Class

FormatRowToXml

Namespace

Drupal\views_oai_pmh\Service

Code

public function resetTagsPrefixedWith0() {
  $this->tagsPrefixedWith0 = [];
}