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

Overrides QuickContentRenderableInterface::getType

Fichier

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

Classe

QuickNodeContent
Class for tab content of type "node" - this is for rendering a node as tab content. @QuicktabFormat{ id = "quicknodecontent" }

Namespace

Drupal\quicktabs\Plugin\QuickContent

Code

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