You are here

public function AmpMetadata::getOrganizationName in Accelerated Mobile Pages (AMP) 8

Get the organization name.

Return value

string The name of the organization.

Overrides AmpMetadataInterface::getOrganizationName

File

src/Entity/AmpMetadata.php, line 196

Class

AmpMetadata
Defines the AMP Metadata entity.

Namespace

Drupal\amp\Entity

Code

public function getOrganizationName() {
  return $this->organizationName;
}