You are here

class OGMDrupalRender in Open Graph meta tags 7

Same name and namespace in other branches
  1. 6 opengraph_meta.common.inc \OGMDrupalRender

Implementation which uses Drupal's methods to affect current page output.

Hierarchy

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