You are here

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

Get the content image token.

Return value

string The token for the content image.

Overrides AmpMetadataInterface::getContentImageToken

File

src/Entity/AmpMetadata.php, line 297

Class

AmpMetadata
Defines the AMP Metadata entity.

Namespace

Drupal\amp\Entity

Code

public function getContentImageToken() {
  return $this->contentImageToken;
}