You are here

ResponseHeaderInterface.php in HTTP Response Headers 2.0.x

Same filename and directory in other branches
  1. 8.2 src/ResponseHeaderInterface.php

File

src/ResponseHeaderInterface.php
View source
<?php

namespace Drupal\http_response_headers;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a ResponseHeader entity.
 */
interface ResponseHeaderInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
ResponseHeaderInterface Provides an interface defining a ResponseHeader entity.