You are here

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

The property type.

Return value

string Returns the property type that this plugin can create.

Overrides PropertyTypeInterface::getPropertyType

File

src/Plugin/schema_metatag/PropertyTypeBase.php, line 118

Class

PropertyTypeBase
Base class for Property type plugins.

Namespace

Drupal\schema_metatag\Plugin\schema_metatag

Code

public function getPropertyType() {
  return $this->pluginDefinition['property_type'];
}