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

Overrides QuickContentRenderable::getAjaxKeys

Fichier

plugins/QuickNodeContent.inc, line 75

Classe

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',
    );
}