You are here

public static function SchemaMetatagClient::create in Schema.org Metatag 8.2

File

src/SchemaMetatagClient.php, line 65

Class

SchemaMetatagClient
Class SchemaMetatagClient.

Namespace

Drupal\schema_metatag

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('module_handler'), $container
    ->get('schema_metatag.cache'));
}