You are here

HttpConfigRequestInterface.php in HTTP Client Manager 8

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

File

src/Entity/HttpConfigRequestInterface.php
View source
<?php

namespace Drupal\http_client_manager\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Http Config Request entities.
 */
interface HttpConfigRequestInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
HttpConfigRequestInterface Provides an interface for defining Http Config Request entities.