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

Overrides QuickContentRenderableInterface::getAjaxKeys

File

src/Plugin/QuickContent/QuickQtabsContent.php, line 91

Class

QuickQtabsContent
Class for tab content of type "qtabs" - this is for rendering a QuickSet instance as the tab content of another QuickSet instance. @QuicktabFormat{ id = "quickqtabscontent" }

Namespace

Drupal\quicktabs\Plugin\QuickContent

Code

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