AttachmentsTestResponse.php

Same filename in other branches
  1. 8.9.x core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php
  2. 10 core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php
  3. 11.x core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php

Namespace

Drupal\early_rendering_controller_test

File

core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php

View source
<?php

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

Title Deprecated Summary
AttachmentsTestResponse

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