You are here

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

The sub-properties.

Return value

array Returns a key/value array of property name and property info used in this plugin.

1 method overrides PropertyTypeInterface::getSubProperties()
PropertyTypeBase::getSubProperties in src/Plugin/schema_metatag/PropertyTypeBase.php
The sub-properties.

File

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

Class

PropertyTypeInterface
Defines an interface for property type plugins.

Namespace

Drupal\schema_metatag\Plugin\schema_metatag

Code

public function getSubProperties();