You are here

CacheableAjaxResponse.php in Views Ajax Get 8

Same filename and directory in other branches
  1. 2.0.x src/CacheableAjaxResponse.php

File

src/CacheableAjaxResponse.php
View source
<?php

namespace Drupal\views_ajax_get;

use Drupal\Core\Ajax\AjaxResponse;
use Drupal\Core\Cache\CacheableResponseInterface;
use Drupal\Core\Cache\CacheableResponseTrait;
class CacheableAjaxResponse extends AjaxResponse implements CacheableResponseInterface {
  use CacheableResponseTrait;

}

Classes