You are here

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

Get the content schema type.

Return value

string The schema type of this content.

Overrides AmpMetadataInterface::getContentSchemaType

File

src/Entity/AmpMetadata.php, line 238

Class

AmpMetadata
Defines the AMP Metadata entity.

Namespace

Drupal\amp\Entity

Code

public function getContentSchemaType() {
  return $this->contentSchemaType;
}