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\EntityCode
public function getContentImageToken() {
return $this->contentImageToken;
}