You are here

public function UserRestrictions::getPattern in User restrictions 8

Get the pattern of the rule.

Return value

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

Overrides UserRestrictionInterface::getPattern

File

src/Entity/UserRestrictions.php, line 122

Class

UserRestrictions
Defines an image style configuration entity.

Namespace

Drupal\user_restrictions\Entity

Code

public function getPattern() {
  return $this->pattern;
}