You are here

public property SchemaPropertyType::$tree_parent in Schema.org Metatag 8.2

Tree parent.

An array of the top level Schema.org class(es) used by this property type, those that should be displayed as options for the @type property of the property. All matching objects are pulled from Schema.org data. This is only used by property types that create a sub-array using '@type', leave empty for simple property types like Text or Number.

Type: array

File

src/Annotation/SchemaPropertyType.php, line 66

Class

SchemaPropertyType
Defines a Schema property type item annotation object.

Namespace

Drupal\schema_metatag\Annotation

Code

public $tree_parent;