Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PoHeader.php

function 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

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal