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