You are here

public function RestrictIpServiceInterface::userIsBlocked in Restrict IP 8.2

Same name and namespace in other branches
  1. 8 src/Service/RestrictIpServiceInterface.php \Drupal\restrict_ip\Service\RestrictIpServiceInterface::userIsBlocked()
  2. 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

RestrictIpServiceInterface

Namespace

Drupal\restrict_ip\Service

Code

public function userIsBlocked();