class CacheableAjaxResponse in Views Ajax Get 2.0.x
Same name and namespace in other branches
- 8 src/CacheableAjaxResponse.php \Drupal\views_ajax_get\CacheableAjaxResponse
Hierarchy
- class \Drupal\Core\Ajax\AjaxResponse extends \Symfony\Component\HttpFoundation\JsonResponse implements AttachmentsInterface uses AttachmentsTrait
- class \Drupal\views_ajax_get\CacheableAjaxResponse implements CacheableResponseInterface uses CacheableResponseTrait
Expanded class hierarchy of CacheableAjaxResponse
File
- src/
CacheableAjaxResponse.php, line 9
Namespace
Drupal\views_ajax_getView source
class CacheableAjaxResponse extends AjaxResponse implements CacheableResponseInterface {
use CacheableResponseTrait;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AjaxResponse:: |
protected | property | The array of ajax commands. | |
AjaxResponse:: |
public | function | Add an AJAX command to the response. | |
AjaxResponse:: |
public | function | Gets all AJAX commands. | |
AttachmentsTrait:: |
protected | property | The attachments for this response. | |
AttachmentsTrait:: |
public | function | ||
AttachmentsTrait:: |
public | function | ||
AttachmentsTrait:: |
public | function | ||
CacheableResponseTrait:: |
protected | property | The cacheability metadata. | |
CacheableResponseTrait:: |
public | function | ||
CacheableResponseTrait:: |
public | function |