public function DrupalMetaTagInterface::getForm in Metatag 7
Build the form for this meta tag.
Return value
array A standard FormAPI array.
1 method overrides DrupalMetaTagInterface::getForm()
- DrupalDefaultMetaTag::getForm in ./
metatag.inc - Build the form for this meta tag.
File
- ./
metatag.inc, line 29 - Metatag primary classes.
Class
- DrupalMetaTagInterface
- The master interface for all tags.
Code
public function getForm();