public PoMetadataInterface::setHeader(PoHeader $header)
Set header metadata.
Parameters
\Drupal\Component\Gettext\PoHeader $header: Header object representing metadata in a PO header.
File
- core/lib/Drupal/Component/Gettext/PoMetadataInterface.php, line 35
Class
- PoMetadataInterface
- Methods required for both reader and writer implementations.
Namespace
Drupal\Component\Gettext
Code
public function setHeader(PoHeader $header);
Please login to continue.