You are here

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

The depth of the class tree to use for @type options.

Return value

int The depth of the class tree.

1 method overrides PropertyTypeInterface::getTreeDepth()
PropertyTypeBase::getTreeDepth in src/Plugin/schema_metatag/PropertyTypeBase.php
The depth of the class tree to use for @type options.

File

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

Class

PropertyTypeInterface
Defines an interface for property type plugins.

Namespace

Drupal\schema_metatag\Plugin\schema_metatag

Code

public function getTreeDepth();