Same name in other branches
- 7.x-3.x plugins/QuickCallbackContent.inc \QuickCallbackContent::getAjaxKeys()
Overrides QuickContentRenderableInterface::getAjaxKeys
Fichier
-
src/
Plugin/ QuickContent/ QuickCallbackContent.php, line 136
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\QuickContentCode
public function getAjaxKeys() {
return array(
'ajax_path',
);
}