You are here

class CacheableAjaxResponse in Views Ajax Get 8

Same name and namespace in other branches
  1. 2.0.x src/CacheableAjaxResponse.php \Drupal\views_ajax_get\CacheableAjaxResponse

Hierarchy

Expanded class hierarchy of CacheableAjaxResponse

File

src/CacheableAjaxResponse.php, line 9

Namespace

Drupal\views_ajax_get
View source
class CacheableAjaxResponse extends AjaxResponse implements CacheableResponseInterface {
  use CacheableResponseTrait;

}

Members

Namesort descending Modifiers Type Description Overrides
AjaxResponse::$commands protected property The array of ajax commands.
AjaxResponse::addCommand public function Add an AJAX command to the response.
AjaxResponse::getCommands public function Gets all AJAX commands.
AttachmentsTrait::$attachments protected property The attachments for this response.
AttachmentsTrait::addAttachments public function
AttachmentsTrait::getAttachments public function
AttachmentsTrait::setAttachments public function
CacheableResponseTrait::$cacheabilityMetadata protected property The cacheability metadata.
CacheableResponseTrait::addCacheableDependency public function
CacheableResponseTrait::getCacheableMetadata public function