Same name in other branches
- 8.x-1.x src/Plugin/QuickContent/QuickNodeContent.php \Drupal\quicktabs\Plugin\QuickContent\QuickNodeContent::getAjaxKeys()
Overrides QuickContentRenderable::getAjaxKeys
File
-
plugins/
QuickNodeContent.inc, line 75
Class
- QuickNodeContent
- Class for tab content of type "node" - this is for rendering a node as tab content.
Code
public function getAjaxKeys() {
return array(
'nid',
'view_mode',
'hide_title',
);
}