Same name and namespace in other branches
  1. 7.x-3.x plugins/QuickViewContent.inc \QuickViewContent::getAjaxKeys()

Overrides QuickContentRenderableInterface::getAjaxKeys

File

src/Plugin/QuickContent/QuickViewContent.php, line 177

Class

QuickViewContent
Class for tab content of type "view" - this is for rendering a view as tab content. @QuicktabFormat{ id = "quickviewcontent" }

Namespace

Drupal\quicktabs\Plugin\QuickContent

Code

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