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

Overrides QuickContentRenderable::getType

File

plugins/QuickBlockContent.inc, line 9

Class

QuickBlockContent
Class for tab content of type "block" - this is for rendering a block as tab content.

Code

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