You are here

public function RateLimitInterface::getPeriod in RESTful 7.2

Get the rate limit period.

Return value

\DateInterval The period.

1 method overrides RateLimitInterface::getPeriod()
RateLimit::getPeriod in src/Plugin/rate_limit/RateLimit.php
Get the rate limit period.

File

src/Plugin/rate_limit/RateLimitInterface.php, line 59
Contains \Drupal\restful\Plugin\rate_limit\RateLimitInterface

Class

RateLimitInterface

Namespace

Drupal\restful\Plugin\rate_limit

Code

public function getPeriod();