You are here

constant SamlauthMappingEditForm::MAP_FIELD_TYPES in SAML Authentication 8.3

Same name and namespace in other branches
  1. 4.x modules/samlauth_user_fields/src/Form/SamlauthMappingEditForm.php \Drupal\samlauth_user_fields\Form\SamlauthMappingEditForm::MAP_FIELD_TYPES

Field types that can be mapped.

File

modules/samlauth_user_fields/src/Form/SamlauthMappingEditForm.php, line 22

Class

SamlauthMappingEditForm
Form for adding a mapped SAML attribute -> user field.

Namespace

Drupal\samlauth_user_fields\Form

Code

const MAP_FIELD_TYPES = [
  'address',
  'boolean',
  'email',
  'float',
  'integer',
  'language',
  'link',
  'list_float',
  'list_integer',
  'list_string',
  'string',
  'string_long',
  'telephone',
  'timestamp',
];