You are here

public static function QuickQtabsContent::getType in Quick Tabs 7.3

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

Overrides QuickContentRenderable::getType

File

plugins/QuickQtabsContent.inc, line 9

Class

QuickQtabsContent
Class for tab content of type "qtabs" - this is for rendering a QuickSet instance as the tab content of another QuickSet instance.

Code

public static function getType() {
  return 'qtabs';
}