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

Overrides QuickContentRenderableInterface::getType

Fichier

src/Plugin/QuickContent/QuickBlockContent.php, line 24

Classe

QuickBlockContent
Class for tab content of type "block" - this is for rendering a block as tab content. @QuicktabFormat{ id = "quickblockcontent

Namespace

Drupal\quicktabs\Plugin\QuickContent

Code

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