You are here

function SchemaNameBase::__construct in Schema.org Metatag 7

Constructor.

Overrides DrupalDefaultMetaTag::__construct

1 call to SchemaNameBase::__construct()
SchemaActionBase::__construct in src/SchemaActionBase.php
Constructor.
1 method overrides SchemaNameBase::__construct()
SchemaActionBase::__construct in src/SchemaActionBase.php
Constructor.

File

src/SchemaNameBase.php, line 18

Class

SchemaNameBase
All Schema.org tags should extend this class.

Code

function __construct(array $info, array $data = NULL) {
  parent::__construct($info, $data);
  $this->schemaMetatagManager = new SchemaMetatagManager();
}