You are here

protected property RateLimit::$limits in RESTful 7.2

Array of maximum limit of requests across all endpoints per role.

Type: array

File

src/Plugin/rate_limit/RateLimit.php, line 21
Contains \Drupal\restful\Plugin\rate_limit\RateLimit

Class

RateLimit

Namespace

Drupal\restful\Plugin\rate_limit

Code

protected $limits = array();