You are here

AttachmentsTestResponse.php in Zircon Profile 8

File

core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php
View source
<?php

/**
 * @file
 * Contains \Drupal\early_rendering_controller_test\AttachmentsTestResponse.
 */
namespace Drupal\early_rendering_controller_test;

use Drupal\Core\Render\AttachmentsInterface;
use Drupal\Core\Render\AttachmentsTrait;
use Symfony\Component\HttpFoundation\Response;
class AttachmentsTestResponse extends Response implements AttachmentsInterface {
  use AttachmentsTrait;

}

Classes