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

Overrides QuickContentRenderable::getType

File

plugins/QuickNodeContent.inc, line 9

Class

QuickNodeContent
Class for tab content of type "node" - this is for rendering a node as tab content.

Code

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