CacheableRedirectResponse.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Cache/CacheableRedirectResponse.php
  2. 10 core/lib/Drupal/Core/Cache/CacheableRedirectResponse.php
  3. 11.x core/lib/Drupal/Core/Cache/CacheableRedirectResponse.php

Namespace

Drupal\Core\Cache

File

core/lib/Drupal/Core/Cache/CacheableRedirectResponse.php

View source
<?php

namespace Drupal\Core\Cache;

use Symfony\Component\HttpFoundation\RedirectResponse;

/**
 * A RedirectResponse that contains and can expose cacheability metadata.
 *
 * Supports Drupal's caching concepts: cache tags for invalidation and cache
 * contexts for variations.
 *
 * @see \Drupal\Core\Cache\Cache
 * @see \Drupal\Core\Cache\CacheableMetadata
 * @see \Drupal\Core\Cache\CacheableResponseTrait
 */
class CacheableRedirectResponse extends RedirectResponse implements CacheableResponseInterface {
    use CacheableResponseTrait;

}

Classes

Title Deprecated Summary
CacheableRedirectResponse A RedirectResponse that contains and can expose cacheability metadata.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.