You are here

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

Retrieve object properties.

This data constains detailed property information for each object.

Parameters

bool $clear: Whether to clear the cached array created by getProperties().

Return value

array An array of objects and their properties:

  • Object class name:

    • property name:

      • property: The name of the property.
      • description: The description of the property.
      • expected_types: An array of the expected types of the property.
1 method overrides SchemaMetatagClientInterface::propertyInfo()
SchemaMetatagClient::propertyInfo in src/SchemaMetatagClient.php
Retrieve object properties.

File

src/SchemaMetatagClientInterface.php, line 65

Class

SchemaMetatagClientInterface
The SchemaMetatg Client Interface.

Namespace

Drupal\schema_metatag

Code

public function propertyInfo($clear = FALSE);