public function PoHeader::getProjectName in Localization update 7.2
Get the project name.
Return value
string The human readable project name.
File
- includes/
gettext/ PoHeader.php, line 131 - Definition of Drupal\Component\Gettext\PoHeader.
Class
- PoHeader
- Gettext PO header handler.
Code
public function getProjectName() {
return $this->_projectName;
}