You are here

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

Detect if this is a Schema.org property we care about.

Parameters

array $item: The item to examine.

Return value

bool Whether or not to include it.

1 method overrides SchemaMetatagClientInterface::isIncludedProperty()
SchemaMetatagClient::isIncludedProperty in src/SchemaMetatagClient.php
Detect if this is a Schema.org property we care about.

File

src/SchemaMetatagClientInterface.php, line 195

Class

SchemaMetatagClientInterface
The SchemaMetatg Client Interface.

Namespace

Drupal\schema_metatag

Code

public function isIncludedProperty(array $item);