You are here

public function QuickNodeContent::getUniqueKeys in Quick Tabs 7.3

Returns an array of keys, sufficient to represent the content uniquely.

Overrides QuickContentRenderable::getUniqueKeys

File

plugins/QuickNodeContent.inc, line 79

Class

QuickNodeContent
Class for tab content of type "node" - this is for rendering a node as tab content.

Code

public function getUniqueKeys() {
  return array(
    'nid',
  );
}