Same name and namespace in other branches
  1. 7.x-3.x plugins/QuickQtabsContent.inc \QuickQtabsContent::getType()

Overrides QuickContentRenderableInterface::getType

Fichier

src/Plugin/QuickContent/QuickQtabsContent.php, line 27

Classe

QuickQtabsContent
Class for tab content of type "qtabs" - this is for rendering a QuickSet instance as the tab content of another QuickSet instance. @QuicktabFormat{ id = "quickqtabscontent" }

Namespace

Drupal\quicktabs\Plugin\QuickContent

Code

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