You are here

CacheDecoratedDataProviderInterface.php in RESTful 7.2

File

src/Plugin/resource/DataProvider/CacheDecoratedDataProviderInterface.php
View source
<?php

/**
 * @file
 * Contains Drupal\restful\Plugin\resource\DataProvider\CacheDecoratedDataProviderInterface.
 */
namespace Drupal\restful\Plugin\resource\DataProvider;

use Drupal\restful\Exception\NotImplementedException;
use Drupal\restful\Http\Request;
use Drupal\restful\Http\RequestInterface;
interface CacheDecoratedDataProviderInterface extends DataProviderInterface {

}

Interfaces