You are here

AttachmentsTestDomainObject.php in Zircon Profile 8

File

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

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

use Drupal\Core\Render\AttachmentsInterface;
use Drupal\Core\Render\AttachmentsTrait;
class AttachmentsTestDomainObject extends TestDomainObject implements AttachmentsInterface {
  use AttachmentsTrait;

}

Classes