class OGMDrupalRender in Open Graph meta tags 7
Same name and namespace in other branches
- 6 opengraph_meta.common.inc \OGMDrupalRender
Implementation which uses Drupal's methods to affect current page output.
Hierarchy
- class \OGMDrupalRender implements OGMRender
Expanded class hierarchy of OGMDrupalRender
File
- ./
opengraph_meta.common.inc, line 380
View source
class OGMDrupalRender implements OGMRender {
public function add_meta($name, $content) {
OpenGraphMetaDrupalLayer::render_meta_tag($name, $content);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
OGMDrupalRender:: |
public | function |
Overrides OGMRender:: |