function PoHeader::getProjectName

PoHeader::getProjectName()

Gets the project name.

Return value

string The human readable project name.

File

core/lib/Drupal/Component/Gettext/PoHeader.php, line 128

Class

PoHeader
Gettext PO header handler.

Namespace

Drupal\Component\Gettext

Code

function getProjectName() {
  return $this->_projectName;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Gettext!PoHeader.php/function/PoHeader::getProjectName/8.1.x