You are here

public function AmpMetadataInterface::setOrganizationLogoFid in Accelerated Mobile Pages (AMP) 8

Set the organization logo FID.

Parameters

string $organization_logo_fid: The fid of the organization logo.

1 method overrides AmpMetadataInterface::setOrganizationLogoFid()
AmpMetadata::setOrganizationLogoFid in src/Entity/AmpMetadata.php
Set the organization logo FID.

File

src/AmpMetadataInterface.php, line 71

Class

AmpMetadataInterface
Provides an interface for defining AMP Metadata entities.

Namespace

Drupal\amp

Code

public function setOrganizationLogoFid($organization_logo_fid);