You are here

public static function QuickPreRenderedContent::getType in Quick Tabs 7.3

Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'.

Overrides QuickContentRenderable::getType

File

./quicktabs.classes.inc, line 466

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 static function getType() {
  return 'prerendered';
}