You are here

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

Class

QuickBlockContent
Class for tab content of type "block" - this is for rendering a block as tab content.

Code

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