Loading core/modules/user/src/Form/UserLoginForm.php +2 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ use Drupal\Core\Form\FormBase; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Form\WorkspaceSafeFormInterface; use Drupal\Core\Render\RendererInterface; use Drupal\Core\Render\BareHtmlPageRendererInterface; use Drupal\Core\Url; Loading @@ -19,7 +20,7 @@ * * @internal */ class UserLoginForm extends FormBase { class UserLoginForm extends FormBase implements WorkspaceSafeFormInterface { /** * The user flood control service. Loading core/modules/user/src/Form/UserPasswordForm.php +2 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ use Drupal\Core\Flood\FloodInterface; use Drupal\Core\Form\FormBase; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Form\WorkspaceSafeFormInterface; use Drupal\Core\Language\LanguageManagerInterface; use Drupal\Core\Render\Element\Email; use Drupal\user\UserInterface; Loading @@ -21,7 +22,7 @@ * * @internal */ class UserPasswordForm extends FormBase { class UserPasswordForm extends FormBase implements WorkspaceSafeFormInterface { /** * The user storage. Loading core/modules/user/src/Form/UserPasswordResetForm.php +2 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ namespace Drupal\user\Form; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Form\WorkspaceSafeFormInterface; use Drupal\Core\Session\AccountInterface; use Drupal\Core\Form\FormBase; use Drupal\Core\Url; Loading @@ -14,7 +15,7 @@ * * @internal */ class UserPasswordResetForm extends FormBase { class UserPasswordResetForm extends FormBase implements WorkspaceSafeFormInterface { /** * {@inheritdoc} Loading Loading
core/modules/user/src/Form/UserLoginForm.php +2 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ use Drupal\Core\Form\FormBase; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Form\WorkspaceSafeFormInterface; use Drupal\Core\Render\RendererInterface; use Drupal\Core\Render\BareHtmlPageRendererInterface; use Drupal\Core\Url; Loading @@ -19,7 +20,7 @@ * * @internal */ class UserLoginForm extends FormBase { class UserLoginForm extends FormBase implements WorkspaceSafeFormInterface { /** * The user flood control service. Loading
core/modules/user/src/Form/UserPasswordForm.php +2 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ use Drupal\Core\Flood\FloodInterface; use Drupal\Core\Form\FormBase; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Form\WorkspaceSafeFormInterface; use Drupal\Core\Language\LanguageManagerInterface; use Drupal\Core\Render\Element\Email; use Drupal\user\UserInterface; Loading @@ -21,7 +22,7 @@ * * @internal */ class UserPasswordForm extends FormBase { class UserPasswordForm extends FormBase implements WorkspaceSafeFormInterface { /** * The user storage. Loading
core/modules/user/src/Form/UserPasswordResetForm.php +2 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ namespace Drupal\user\Form; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Form\WorkspaceSafeFormInterface; use Drupal\Core\Session\AccountInterface; use Drupal\Core\Form\FormBase; use Drupal\Core\Url; Loading @@ -14,7 +15,7 @@ * * @internal */ class UserPasswordResetForm extends FormBase { class UserPasswordResetForm extends FormBase implements WorkspaceSafeFormInterface { /** * {@inheritdoc} Loading