You are here

public function SchemaGroupBase::schemaMetatag in Schema.org Metatag 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/metatag/Group/SchemaGroupBase.php \Drupal\schema_metatag\Plugin\metatag\Group\SchemaGroupBase::schemaMetatag()

Returns whether this is structured data.

File

src/Plugin/metatag/Group/SchemaGroupBase.php, line 30

Class

SchemaGroupBase
Schema.org groups should extend this class.

Namespace

Drupal\schema_metatag\Plugin\metatag\Group

Code

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