You are here

protected property DrupalDefaultMetaTag::$data in Metatag 7

The values submitted for this tag.

Type: array

File

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

Class

DrupalDefaultMetaTag
The default meta tag class from which all others inherit.

Code

protected $data = array(
  'value' => '',
);