function PoHeader::setProjectName in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Component/Gettext/PoHeader.php \Drupal\Component\Gettext\PoHeader::setProjectName()
Set the project name.
Parameters
string $projectName: Human readable project name.
File
- lib/
Drupal/ Component/ Gettext/ PoHeader.php, line 123 - Contains \Drupal\Component\Gettext\PoHeader.
Class
- PoHeader
- Gettext PO header handler.
Namespace
Drupal\Component\GettextCode
function setProjectName($projectName) {
$this->_projectName = $projectName;
}