You are here

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

Get the organization logo FID.

Return value

string The fid of the organization logo.

Overrides AmpMetadataInterface::getOrganizationLogoFid

File

src/Entity/AmpMetadata.php, line 210

Class

AmpMetadata
Defines the AMP Metadata entity.

Namespace

Drupal\amp\Entity

Code

public function getOrganizationLogoFid() {
  return $this->organizationLogoFid;
}