function restful_get_rate_limit_plugins in RESTful 7
Include CTools plugins and get all rate_limit plugins.
Return value
array All the restful rate_limit plugins.
File
- ./
restful.module, line 76
Code
function restful_get_rate_limit_plugins() {
ctools_include('plugins');
return ctools_get_plugins('restful', 'rate_limit');
}