Returns an array of keys to use for constructing the correct arguments for an ajax callback to retrieve content of this type. The order of the keys returned affects the order of the args passed in to the render method when called via ajax (see the render() method above).
6 methods override QuickContentRenderableInterface::getAjaxKeys()
- QuickBlockContent::getAjaxKeys dans src/
Plugin/ QuickContent/ QuickBlockContent.php - Returns an array of keys to use for constructing the correct arguments for an ajax callback to retrieve content of this type. The order of the keys returned affects the order of the args passed in to the render method when called via ajax (see the…
- QuickCallbackContent::getAjaxKeys dans src/
Plugin/ QuickContent/ QuickCallbackContent.php - Returns an array of keys to use for constructing the correct arguments for an ajax callback to retrieve content of this type. The order of the keys returned affects the order of the args passed in to the render method when called via ajax (see the…
- QuickNodeContent::getAjaxKeys dans src/
Plugin/ QuickContent/ QuickNodeContent.php - Returns an array of keys to use for constructing the correct arguments for an ajax callback to retrieve content of this type. The order of the keys returned affects the order of the args passed in to the render method when called via ajax (see the…
- QuickPreRenderedContent::getAjaxKeys dans src/
QuickPreRenderedContent.php - This content cannot be rendered via ajax so we don't return any ajax keys.
- QuickQtabsContent::getAjaxKeys dans src/
Plugin/ QuickContent/ QuickQtabsContent.php - Returns an array of keys to use for constructing the correct arguments for an ajax callback to retrieve content of this type. The order of the keys returned affects the order of the args passed in to the render method when called via ajax (see the…
Fichier
-
src/
QuickContentRenderableInterface.php, line 45
Classe
- QuickContentRenderableInterface
- Each QuickSet object has a "contents" property which is an array of objects that implement the QuickContentRenderableInterface.
Namespace
Drupal\quicktabsCode
public function getAjaxKeys();