You are here

public static function QuickCallbackContent::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/QuickCallbackContent.inc, line 9

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