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

Overrides QuickContentRenderable::getAjaxKeys

Fichier

plugins/QuickQtabsContent.inc, line 62

Classe

QuickQtabsContent
Class for tab content of type "qtabs" - this is for rendering a QuickSet instance as the tab content of another QuickSet instance.

Code

public function getAjaxKeys() {
    return array(
        'machine_name',
    );
}