DataProviderVariableInterface.php in RESTful 7.2
File
modules/restful_example/src/Plugin/resource/variables/DataProviderVariableInterface.phpView source
<?php
/**
* @file
* Contains \Drupal\restful_example\Plugin\resource\variables\DataProviderVariableInterface.
*/
namespace Drupal\restful_example\Plugin\resource\variables;
use Drupal\restful\Plugin\resource\DataProvider\DataProviderInterface;
interface DataProviderVariableInterface extends DataProviderInterface {
}
Interfaces
Name | Description |
---|---|
DataProviderVariableInterface |