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

Overrides QuickContentRenderable::getUniqueKeys

Fichier

plugins/QuickNodeContent.inc, line 79

Classe

QuickNodeContent
Class for tab content of type "node" - this is for rendering a node as tab content.

Code

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