public function DrupalMetaTagInterface::getValue in Metatag 7
Get the string value of this meta tag.
Return value
string The value of this meta tag.
1 method overrides DrupalMetaTagInterface::getValue()
- DrupalDefaultMetaTag::getValue in ./
metatag.inc - Get the string value of this meta tag.
File
- ./
metatag.inc, line 37 - Metatag primary classes.
Class
- DrupalMetaTagInterface
- The master interface for all tags.
Code
public function getValue();