Same name and namespace in other branches
  1. 8.x-1.x src/Plugin/QuickContent/QuickQtabsContent.php \Drupal\quicktabs\Plugin\QuickContent\QuickQtabsContent::getType()

Overrides QuickContentRenderable::getType

File

plugins/QuickQtabsContent.inc, line 9

Class

QuickQtabsContent
Class for tab content of type "qtabs" - this is for rendering a QuickSet instance as the tab content of another QuickSet instance.

Code

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