You are here

public function QuickPreRenderedContent::getAjaxKeys in Quick Tabs 7.3

This content cannot be rendered via ajax so we don't return any ajax keys.

Overrides QuickContentRenderable::getAjaxKeys

File

./quicktabs.classes.inc, line 533

Class

QuickPreRenderedContent
This class implements the same interface that content plugins do but it is not a content plugin. It is a special class for pre-rendered content which is used when "custom" tabs are added to existing Quicktabs instances in a call…

Code

public function getAjaxKeys() {
  return array();
}