public function AmpMetadataInterface::setOrganizationName in Accelerated Mobile Pages (AMP) 8
Set the organization name.
Parameters
string $organization_name: The name of the organization.
1 method overrides AmpMetadataInterface::setOrganizationName()
- AmpMetadata::setOrganizationName in src/
Entity/ AmpMetadata.php - Set the organization name.
File
- src/
AmpMetadataInterface.php, line 55
Class
- AmpMetadataInterface
- Provides an interface for defining AMP Metadata entities.
Namespace
Drupal\ampCode
public function setOrganizationName($organization_name);