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

Overrides QuickContentRenderable::getUniqueKeys

Fichier

plugins/QuickBlockContent.inc, line 101

Classe

QuickBlockContent
Class for tab content of type "block" - this is for rendering a block as tab content.

Code

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