You are here

public function PermissionInterface::getRestrictAccess in Organic groups 8

Returns whether or not access is restricted.

Return value

bool Whether or not access is restricted.

1 method overrides PermissionInterface::getRestrictAccess()
Permission::getRestrictAccess in src/Permission.php
Returns whether or not access is restricted.

File

src/PermissionInterface.php, line 111

Class

PermissionInterface
Interface for OG permission classes.

Namespace

Drupal\og

Code

public function getRestrictAccess();