You are here

public function OpenGraphMeta::__get_objects in Open Graph meta tags 7

Same name and namespace in other branches
  1. 6 opengraph_meta.common.inc \OpenGraphMeta::__get_objects()

FOR TESTING PURPOSES ONLY! Get the internally used data and config instances with the given ones.

File

./opengraph_meta.common.inc, line 345

Class

OpenGraphMeta

Code

public function __get_objects() {
  return array(
    $this->data_obj,
    $this->settings_obj,
    $this->render_obj,
  );
}