You are here

interface OGMData in Open Graph meta tags 7

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

Interface to getting/setting node tag data.

Hierarchy

Expanded class hierarchy of OGMData

All classes that implement OGMData

File

./opengraph_meta.common.inc, line 388

View source
interface OGMData {
  public function load_tags($nid);
  public function delete_tags($nid);
  public function update_tags($field_data_including_nid, $primary_key = array());

}

Members