public function OGMDrupalRender::add_meta in Open Graph meta tags 7
Same name and namespace in other branches
- 6 opengraph_meta.common.inc \OGMDrupalRender::add_meta()
Overrides OGMRender::add_meta
File
- ./
opengraph_meta.common.inc, line 381
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);
}