public function RestrictIpServiceInterface::userIsBlocked in Restrict IP 8
Same name and namespace in other branches
- 8.2 src/Service/RestrictIpServiceInterface.php \Drupal\restrict_ip\Service\RestrictIpServiceInterface::userIsBlocked()
- 3.x src/Service/RestrictIpServiceInterface.php \Drupal\restrict_ip\Service\RestrictIpServiceInterface::userIsBlocked()
* Test if the user is blocked * *
Return value
bool * TRUE if the user is blocked * FALSE if the user is not blocked
1 method overrides RestrictIpServiceInterface::userIsBlocked()
- RestrictIpService::userIsBlocked in src/
Service/ RestrictIpService.php - *
File
- src/
Service/ RestrictIpServiceInterface.php, line 14
Class
Namespace
Drupal\restrict_ip\ServiceCode
public function userIsBlocked();