public function DrupalMetaTagInterface::getElement in Metatag 7
Get the HTML tag for this meta tag.
Return value
array A render array for this meta tag.
1 method overrides DrupalMetaTagInterface::getElement()
- DrupalDefaultMetaTag::getElement in ./
metatag.inc - Get the HTML tag for this meta tag.
File
- ./
metatag.inc, line 53 - Metatag primary classes.
Class
- DrupalMetaTagInterface
- The master interface for all tags.
Code
public function getElement();