You are here

constant FormAlter::REGISTER_PATH_CONTEXT_REGEX in Form mode manager 8.2

The Regex pattern to contextualize process by route path.

File

modules/form_mode_user_roles_assign/src/FormAlter.php, line 24

Class

FormAlter
Manipulates Form Alter information.

Namespace

Drupal\form_mode_user_roles_assign

Code

const REGISTER_PATH_CONTEXT_REGEX = '/(^.*?\\/user\\/register\\/.*)|(^.*?\\/admin\\/people\\/create\\/.*)/';