You are here

DataInterpreterPlug.php in RESTful 7.2

File

src/Plugin/resource/DataInterpreter/DataInterpreterPlug.php
View source
<?php

/**
 * @file
 * Contains \Drupal\restful\Plugin\resource\DataInterpreter\DataInterpreterPlug.
 */
namespace Drupal\restful\Plugin\resource\DataInterpreter;

class DataInterpreterPlug extends DataInterpreterBase implements DataInterpreterInterface {

}

Classes