You are here

function restful_cron in RESTful 7

Same name and namespace in other branches
  1. 7.2 restful.module \restful_cron()

Implements hook_cron().

File

./restful.module, line 770

Code

function restful_cron() {
  \RestfulRateLimitManager::deleteExpired();
}