You are here

global.inc in RESTful 7

File

plugins/rate_limit/global.inc
View source
<?php

$plugin = array(
  'label' => t('Global limitation'),
  'description' => t('This keeps a count across all the handlers.'),
  'name' => 'global',
  'class' => 'RestfulRateLimitGlobal',
);