You are here

class CacheableBinaryFileResponse in Media Download 1.2.x

Same name and namespace in other branches
  1. 1.0.x src/CacheableBinaryFileResponse.php \Drupal\media_download\CacheableBinaryFileResponse
  2. 1.1.x src/CacheableBinaryFileResponse.php \Drupal\media_download\CacheableBinaryFileResponse

Provides a binary file response class that is cacheable by Drupal.

Copyright (C) 2021 Library Solutions, LLC (et al.).

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Hierarchy

Expanded class hierarchy of CacheableBinaryFileResponse

File

src/CacheableBinaryFileResponse.php, line 20

Namespace

Drupal\media_download
View source
class CacheableBinaryFileResponse extends BinaryFileResponse implements CacheableResponseInterface {
  use CacheableResponseTrait;

}

Members