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