You are here

protected property PoHeader::$projectName in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/Gettext/PoHeader.php \Drupal\Component\Gettext\PoHeader::projectName
  2. 10 core/lib/Drupal/Component/Gettext/PoHeader.php \Drupal\Component\Gettext\PoHeader::projectName

Name of the project the translation belongs to.

Type: string

File

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

Class

PoHeader
Gettext PO header handler.

Namespace

Drupal\Component\Gettext

Code

protected $projectName;