public function SchemaGroupBase::schemaMetatag in Schema.org Metatag 8.2
Same name and namespace in other branches
- 8 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\GroupCode
public function schemaMetatag() {
return $this->schemaMetatag;
}