Methods required for both reader and writer implementations.
Hierarchy
- interface \Drupal\Component\Gettext\PoMetadataInterface
See also
\Drupal\Component\Gettext\PoReaderInterface
\Drupal\Component\Gettext\PoWriterInterface
File
- core/lib/Drupal/Component/Gettext/PoMetadataInterface.php, line 11
Namespace
Drupal\Component\Gettext
Members
Name | Modifiers | Type | Description |
---|---|---|---|
PoMetadataInterface::getHeader | public | function | Get header metadata. |
PoMetadataInterface::getLangcode | public | function | Get language code. |
PoMetadataInterface::setHeader | public | function | Set header metadata. |
PoMetadataInterface::setLangcode | public | function | Set language code. |
Please login to continue.