Same name and namespace in other branches
  1. 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\QuickContent

Code

public function getAjaxKeys() {
    return array(
        'nid',
        'view_mode',
        'hide_title',
    );
}