You are here

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

The classes to use for the @type options of this property.

Return value

array Returns an array of classes.

1 method overrides PropertyTypeInterface::getTreeParent()
PropertyTypeBase::getTreeParent in src/Plugin/schema_metatag/PropertyTypeBase.php
The classes to use for the @type options of this property.

File

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

Class

PropertyTypeInterface
Defines an interface for property type plugins.

Namespace

Drupal\schema_metatag\Plugin\schema_metatag

Code

public function getTreeParent();