public function AmpMetadata::setOrganizationLogoFid in Accelerated Mobile Pages (AMP) 8
Set the organization logo FID.
Parameters
string $organization_logo_fid: The fid of the organization logo.
Overrides AmpMetadataInterface::setOrganizationLogoFid
File
- src/
Entity/ AmpMetadata.php, line 217
Class
- AmpMetadata
- Defines the AMP Metadata entity.
Namespace
Drupal\amp\EntityCode
public function setOrganizationLogoFid($organization_logo_fid) {
$this->organizationLogoFid = $organization_logo_fid;
}