You are here

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

Get the content headline token.

Return value

string The token for the content headline.

Overrides AmpMetadataInterface::getContentHeadlineToken

File

src/Entity/AmpMetadata.php, line 255

Class

AmpMetadata
Defines the AMP Metadata entity.

Namespace

Drupal\amp\Entity

Code

public function getContentHeadlineToken() {
  return $this->contentHeadlineToken;
}