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

Overrides QuickContentRenderable::getAjaxKeys

Fichier

plugins/QuickViewContent.inc, line 147

Classe

QuickViewContent
Class for tab content of type "view" - this is for rendering a view as tab content.

Code

public function getAjaxKeys() {
    return array(
        'vid',
        'display',
        'view_dom_id',
        'view_path',
        'ajax_args',
    );
}