You are here

public function OGMTestRender::add_meta in Open Graph meta tags 6

Same name and namespace in other branches
  1. 7 tests/TestBase.inc \OGMTestRender::add_meta()

Overrides OGMRender::add_meta

File

tests/TestBase.inc, line 117

Class

OGMTestRender

Code

public function add_meta($name, $content) {
  $this->meta[$name] = $content;
}