You are here

public function DrupalMetaTagInterface::__construct in Metatag 7

Constructor.

Parameters

array $info: The information about the meta tag from metatag_get_info().

array $data: The data to load for this meta tag, usually including the item 'value'.

1 method overrides DrupalMetaTagInterface::__construct()
DrupalDefaultMetaTag::__construct in ./metatag.inc
Constructor.

File

./metatag.inc, line 21
Metatag primary classes.

Class

DrupalMetaTagInterface
The master interface for all tags.

Code

public function __construct(array $info, array $data = array());