You are here

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

Get the content author token.

Return value

string The token for the content author.

Overrides AmpMetadataInterface::getContentAuthorToken

File

src/Entity/AmpMetadata.php, line 269

Class

AmpMetadata
Defines the AMP Metadata entity.

Namespace

Drupal\amp\Entity

Code

public function getContentAuthorToken() {
  return $this->contentAuthorToken;
}