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 in 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 in 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 in 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 in src/QuickPreRenderedContent.php
This content cannot be rendered via ajax so we don't return any ajax keys.
QuickQtabsContent::getAjaxKeys in 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…

... See full list

File

src/QuickContentRenderableInterface.php, line 45

Class

QuickContentRenderableInterface
Each QuickSet object has a "contents" property which is an array of objects that implement the QuickContentRenderableInterface.

Namespace

Drupal\quicktabs

Code

public function getAjaxKeys();