QuickBlockContent::getAjaxKeys in plugins/QuickBlockContent.inc
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 plugins/QuickCallbackContent.inc
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 plugins/QuickNodeContent.inc
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 ./quicktabs.classes.inc
This content cannot be rendered via ajax so we don't return any ajax keys.
QuickQtabsContent::getAjaxKeys in plugins/QuickQtabsContent.inc
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…
QuickViewContent::getAjaxKeys in plugins/QuickViewContent.inc
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…