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

Overrides QuickContentRenderableInterface::getType

Fichier

src/Plugin/QuickContent/QuickViewContent.php, line 31

Classe

QuickViewContent
Class for tab content of type "view" - this is for rendering a view as tab content. @QuicktabFormat{ id = "quickviewcontent" }

Namespace

Drupal\quicktabs\Plugin\QuickContent

Code

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