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

Overrides QuickContentRenderableInterface::getType

Fichier

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

Classe

QuickCallbackContent
Class for tab content of type "callback" - this is for rendering the contents of some menu callback function as tab content. @QuicktabFormat{ id = "quickcallbackcontent"

Namespace

Drupal\quicktabs\Plugin\QuickContent

Code

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