public function DrupalDefaultMetaTag::getForm in Metatag 7
Build the form for this meta tag.
Return value
array A standard FormAPI array.
Overrides DrupalMetaTagInterface::getForm
3 methods override DrupalDefaultMetaTag::getForm()
- DrupalDateIntervalMetaTag::getForm in ./
metatag.inc - Build the form for this meta tag.
- DrupalListMetaTag::getForm in ./
metatag.inc - Build the form for this meta tag.
- DrupalTextMetaTag::getForm in ./
metatag.inc - Build the form for this meta tag.
File
- ./
metatag.inc, line 131 - Metatag primary classes.
Class
- DrupalDefaultMetaTag
- The default meta tag class from which all others inherit.
Code
public function getForm(array $options = array()) {
return array();
}