You are here

RateLimitController.php in RESTful 7.2

File

src/RateLimit/Entity/RateLimitController.php
View source
<?php

/**
 * @file
 * Contains Drupal\restful\RateLimit\Entity\RateLimitController.
 */
namespace Drupal\restful\RateLimit\Entity;

class RateLimitController extends \EntityAPIController {

}

Classes