You are here

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

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

Parameters

array $item: The item to examine.

Return value

bool Whether or not to include it.

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

File

src/SchemaMetatagClientInterface.php, line 184

Class

SchemaMetatagClientInterface
The SchemaMetatg Client Interface.

Namespace

Drupal\schema_metatag

Code

public function isIncludedClass(array $item);