You are here

public function PropertyTypeBase::schemaMetatagClient in Schema.org Metatag 8.2

The Schema Metatag Client service.

Return value

\Drupal\schema_metatag\SchemaMetatagClient The Schema Metatag Client service.

Overrides PropertyTypeInterface::schemaMetatagClient

File

src/Plugin/schema_metatag/PropertyTypeBase.php, line 97

Class

PropertyTypeBase
Base class for Property type plugins.

Namespace

Drupal\schema_metatag\Plugin\schema_metatag

Code

public function schemaMetatagClient() {
  return $this->schemaMetatagClient;
}