Same name in other branches
- 7.x-3.x plugins/QuickNodeContent.inc \QuickNodeContent::getAjaxKeys()
Overrides QuickContentRenderableInterface::getAjaxKeys
File
-
src/
Plugin/ QuickContent/ QuickNodeContent.php, line 102
Class
- QuickNodeContent
- Class for tab content of type "node" - this is for rendering a node as tab content. @QuicktabFormat{ id = "quicknodecontent" }
Namespace
Drupal\quicktabs\Plugin\QuickContentCode
public function getAjaxKeys() {
return array(
'nid',
'view_mode',
'hide_title',
);
}