You are here

protected property ProfileField::$fieldTable in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/src/Plugin/migrate/source/ProfileField.php \Drupal\user\Plugin\migrate\source\ProfileField::fieldTable
  2. 10 core/modules/user/src/Plugin/migrate/source/ProfileField.php \Drupal\user\Plugin\migrate\source\ProfileField::fieldTable

The source table containing profile field info.

Type: string

File

core/modules/user/src/Plugin/migrate/source/ProfileField.php, line 28

Class

ProfileField
Profile field source from database.

Namespace

Drupal\user\Plugin\migrate\source

Code

protected $fieldTable;