public function OGMDrupalRender::add_meta in Open Graph meta tags 6
Same name and namespace in other branches
- 7 opengraph_meta.common.inc \OGMDrupalRender::add_meta()
Overrides OGMRender::add_meta
File
- ./
opengraph_meta.common.inc, line 385
Class
- OGMDrupalRender
- Implementation which uses Drupal's methods to affect current page output.
Code
public function add_meta($name, $content) {
OpenGraphMetaDrupalLayer::render_meta_tag($name, $content);
}