HttpConfigRequestInterface.php in HTTP Client Manager 8
Same filename and directory in other branches
Namespace
Drupal\http_client_manager\EntityFile
src/Entity/HttpConfigRequestInterface.phpView 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
Name | Description |
---|---|
HttpConfigRequestInterface | Provides an interface for defining Http Config Request entities. |