protected function OGMTTestBase::_create_img_field in Open Graph meta tags 7
Same name and namespace in other branches
- 6 tests/TestBase.inc \OGMTTestBase::_create_img_field()
 - 7.2 tests/TestBase.inc \OGMTTestBase::_create_img_field()
 
2 calls to OGMTTestBase::_create_img_field()
File
- tests/
TestBase.inc, line 66  
Class
- OGMTTestBase
 - Base test class
 
Code
protected function _create_img_field($mime, $path) {
  return array(
    'filemime' => $mime,
    'uri' => $path,
  );
}