You are here

public function PropertyTypeInterface::getPropertyType in Schema.org Metatag 8.2

The property type.

Return value

string Returns the property type that this plugin can create.

1 method overrides PropertyTypeInterface::getPropertyType()
PropertyTypeBase::getPropertyType in src/Plugin/schema_metatag/PropertyTypeBase.php
The property type.

File

src/Plugin/schema_metatag/PropertyTypeInterface.php, line 51

Class

PropertyTypeInterface
Defines an interface for property type plugins.

Namespace

Drupal\schema_metatag\Plugin\schema_metatag

Code

public function getPropertyType();