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

Overrides QuickContentRenderable::getType

File

plugins/QuickCallbackContent.inc, line 9

Class

QuickCallbackContent
Class for tab content of type "callback" - this is for rendering the contents of some menu callback function as tab content.

Code

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