Same name in other branches
- 7.x-3.x plugins/QuickViewContent.inc \QuickViewContent::getAjaxKeys()
Overrides QuickContentRenderableInterface::getAjaxKeys
Fichier
-
src/
Plugin/ QuickContent/ QuickViewContent.php, line 177
Classe
- QuickViewContent
- Class for tab content of type "view" - this is for rendering a view as tab content. @QuicktabFormat{ id = "quickviewcontent" }
Namespace
Drupal\quicktabs\Plugin\QuickContentCode
public function getAjaxKeys() {
return array(
'vid',
'display',
'view_dom_id',
'view_path',
'ajax_args',
);
}