You are here

function PoHeader::getProjectName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Component/Gettext/PoHeader.php \Drupal\Component\Gettext\PoHeader::getProjectName()

Gets the project name.

Return value

string The human readable project name.

File

core/lib/Drupal/Component/Gettext/PoHeader.php, line 133
Contains \Drupal\Component\Gettext\PoHeader.

Class

PoHeader
Gettext PO header handler.

Namespace

Drupal\Component\Gettext

Code

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