You are here

constant RestfulRateLimitManager::UNLIMITED_RATE_LIMIT in RESTful 7

2 uses of RestfulRateLimitManager::UNLIMITED_RATE_LIMIT
articles__1_4.inc in modules/restful_example/plugins/restful/node/articles/1.4/articles__1_4.inc
RestfulRateLimitBase::getLimit in plugins/rate_limit/RestfulRateLimitBase.php
Get the rate limit. Returns the highest rate limit for the current account.

File

plugins/rate_limit/RestfulRateLimitManager.php, line 8

Class

RestfulRateLimitManager
Contains RestfulRateLimitManager

Code

const UNLIMITED_RATE_LIMIT = -1;