You are here

public function RateLimitInterface::loadRateLimitEntity in RESTful 7.2

Load rate limit entity.

Parameters

object $account: The account object for the user making the request.

Return value

RateLimitInterface The loaded entity or NULL if none found.

1 method overrides RateLimitInterface::loadRateLimitEntity()
RateLimit::loadRateLimitEntity in src/Plugin/rate_limit/RateLimit.php
Load rate limit entity.

File

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

Class

RateLimitInterface

Namespace

Drupal\restful\Plugin\rate_limit

Code

public function loadRateLimitEntity($account = NULL);