function PoHeader::getProjectName in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Component/Gettext/PoHeader.php \Drupal\Component\Gettext\PoHeader::getProjectName()
Gets the project name.
Return value
string The human readable project name.
File
- lib/
Drupal/ Component/ Gettext/ PoHeader.php, line 133 - Contains \Drupal\Component\Gettext\PoHeader.
Class
- PoHeader
- Gettext PO header handler.
Namespace
Drupal\Component\GettextCode
function getProjectName() {
return $this->_projectName;
}