Same name in other branches
- 7.x-3.x plugins/QuickBlockContent.inc \QuickBlockContent::getUniqueKeys()
Overrides QuickContentRenderableInterface::getUniqueKeys
Fichier
-
src/
Plugin/ QuickContent/ QuickBlockContent.php, line 128
Classe
- QuickBlockContent
- Class for tab content of type "block" - this is for rendering a block as tab content. @QuicktabFormat{ id = "quickblockcontent
Namespace
Drupal\quicktabs\Plugin\QuickContentCode
public function getUniqueKeys() {
return array(
'bid',
);
}