public static function QuickViewContent::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/
QuickViewContent.inc, line 14
Class
- QuickViewContent
- Class for tab content of type "view" - this is for rendering a view as tab content.
Code
public static function getType() {
return 'view';
}