You are here

public function QuickCallbackContent::getUniqueKeys in Quick Tabs 7.3

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

Overrides QuickContentRenderable::getUniqueKeys

File

plugins/QuickCallbackContent.inc, line 103

Class

QuickCallbackContent
Class for tab content of type "callback" - this is for rendering the contents of some menu callback function as tab content.

Code

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