You are here

public function UserRestrictionTypeInterface::getPatterns in User restrictions 8

Get the list of regular expression patterns of the type.

Return value

string[] Array with regular expression patterns.

1 method overrides UserRestrictionTypeInterface::getPatterns()
UserRestrictionTypeBase::getPatterns in src/Plugin/UserRestrictionType/UserRestrictionTypeBase.php
Get the list of regular expression patterns of the type.

File

src/Plugin/UserRestrictionTypeInterface.php, line 29

Class

UserRestrictionTypeInterface
Defines the interface for UserRestrictionType plugins.

Namespace

Drupal\user_restrictions\Plugin

Code

public function getPatterns();