ResponseHeaderInterface.php in HTTP Response Headers 2.0.x
Same filename and directory in other branches
Namespace
Drupal\http_response_headersFile
src/ResponseHeaderInterface.phpView 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
Name | Description |
---|---|
ResponseHeaderInterface | Provides an interface defining a ResponseHeader entity. |