You are here

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

Set the content image token.

Parameters

string $content_image_token: The token for the content image.

Overrides AmpMetadataInterface::setContentImageToken

File

src/Entity/AmpMetadata.php, line 304

Class

AmpMetadata
Defines the AMP Metadata entity.

Namespace

Drupal\amp\Entity

Code

public function setContentImageToken($content_image_token) {
  $this->contentImageToken = $content_image_token;
}