You are here

protected function SchemaNameBase::propertyTypeManager in Schema.org Metatag 8.2

Return the PropertyTypeManager service.

Return value

\Drupal\schema_metatag\Plugin\schema_metatag\PropertyTypeManager The PropertyTypeManager service.

File

src/Plugin/metatag/Tag/SchemaNameBase.php, line 80

Class

SchemaNameBase
All Schema.org tags should extend this class.

Namespace

Drupal\schema_metatag\Plugin\metatag\Tag

Code

protected function propertyTypeManager() {
  return $this->propertyTypeManager;
}