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

Overrides QuickContentRenderableInterface::getUniqueKeys

Fichier

src/Plugin/QuickContent/QuickCallbackContent.php, line 143

Classe

QuickCallbackContent
Class for tab content of type "callback" - this is for rendering the contents of some menu callback function as tab content. @QuicktabFormat{ id = "quickcallbackcontent"

Namespace

Drupal\quicktabs\Plugin\QuickContent

Code

public function getUniqueKeys() {
    return array(
        'ajax_path',
    );
}