You are here

public function UserRestrictionInterface::getPattern in User restrictions 8

Get the pattern of the rule.

Return value

string Regular expression (or exact string) to match against a value.

1 method overrides UserRestrictionInterface::getPattern()
UserRestrictions::getPattern in src/Entity/UserRestrictions.php
Get the pattern of the rule.

File

src/Entity/UserRestrictionInterface.php, line 24

Class

UserRestrictionInterface
Defines the interface for UserRestriction entities.

Namespace

Drupal\user_restrictions\Entity

Code

public function getPattern();