Mercurial > hg > isophonics-drupal-site
comparison core/modules/user/src/ProfileForm.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
4 | 4 |
5 use Drupal\Core\Form\FormStateInterface; | 5 use Drupal\Core\Form\FormStateInterface; |
6 | 6 |
7 /** | 7 /** |
8 * Form handler for the profile forms. | 8 * Form handler for the profile forms. |
9 * | |
10 * @internal | |
9 */ | 11 */ |
10 class ProfileForm extends AccountForm { | 12 class ProfileForm extends AccountForm { |
11 | 13 |
12 /** | 14 /** |
13 * {@inheritdoc} | 15 * {@inheritdoc} |