Returns an array of keys, sufficient to represent the content uniquely.
6 methods override QuickContentRenderableInterface::getUniqueKeys()
- QuickBlockContent::getUniqueKeys dans src/
Plugin/ QuickContent/ QuickBlockContent.php - Returns an array of keys, sufficient to represent the content uniquely.
- QuickCallbackContent::getUniqueKeys dans src/
Plugin/ QuickContent/ QuickCallbackContent.php - Returns an array of keys, sufficient to represent the content uniquely.
- QuickNodeContent::getUniqueKeys dans src/
Plugin/ QuickContent/ QuickNodeContent.php - Returns an array of keys, sufficient to represent the content uniquely.
- QuickPreRenderedContent::getUniqueKeys dans src/
QuickPreRenderedContent.php - Returns an array of keys, sufficient to represent the content uniquely.
- QuickQtabsContent::getUniqueKeys dans src/
Plugin/ QuickContent/ QuickQtabsContent.php - Returns an array of keys, sufficient to represent the content uniquely.
Fichier
-
src/
QuickContentRenderableInterface.php, line 50
Classe
- QuickContentRenderableInterface
- Each QuickSet object has a "contents" property which is an array of objects that implement the QuickContentRenderableInterface.
Namespace
Drupal\quicktabsCode
public function getUniqueKeys();