You are here

RestfulEntityInterface.php in RESTful 7

File

plugins/restful/RestfulEntityInterface.php
View source
<?php

/**
 * @file
 * Contains \RestfulEntityInterface.
 */
interface RestfulEntityInterface extends RestfulInterface {

}

Interfaces