You are here

public function SchemaMetatagClientInterface::getUncachedTree in Schema.org Metatag 8.2

Get some or all of the object tree.

Parameters

string $base_tree: The entire Schema.org tree.

string $parent_name: The key of the desired sub-array, if any.

int $depth: The desired depth to retrieve below the parent, -1 for the whole tree.

Return value

array A hierarchical array of the object names.

1 method overrides SchemaMetatagClientInterface::getUncachedTree()
SchemaMetatagClient::getUncachedTree in src/SchemaMetatagClient.php
Get some or all of the object tree.

File

src/SchemaMetatagClientInterface.php, line 131

Class

SchemaMetatagClientInterface
The SchemaMetatg Client Interface.

Namespace

Drupal\schema_metatag

Code

public function getUncachedTree($base_tree, $parent_name = NULL, $depth = -1);