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

6 methods override QuickContentRenderable::getType()
QuickBlockContent::getType in plugins/QuickBlockContent.inc
Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'.
QuickCallbackContent::getType in plugins/QuickCallbackContent.inc
Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'.
QuickNodeContent::getType in plugins/QuickNodeContent.inc
Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'.
QuickPreRenderedContent::getType in ./quicktabs.classes.inc
Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'.
QuickQtabsContent::getType in plugins/QuickQtabsContent.inc
Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'.

... See full list

File

./quicktabs.classes.inc, line 327

Class

QuickContentRenderable
Each QuickSet object has a "contents" property which is an array of objects that implement the QuickContentRenderable interface.

Code

public static function getType();