You are here

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

Class

QuickNodeContent
Class for tab content of type "node" - this is for rendering a node as tab content.

Code

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