You are here

public function WebformSubmissionStorageInterface::userLogin in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformSubmissionStorageInterface.php \Drupal\webform\WebformSubmissionStorageInterface::userLogin()

React to an event when a user logs in.

Parameters

\Drupal\user\UserInterface $account: Account that has just logged in.

1 method overrides WebformSubmissionStorageInterface::userLogin()
WebformSubmissionStorage::userLogin in src/WebformSubmissionStorage.php
React to an event when a user logs in.

File

src/WebformSubmissionStorageInterface.php, line 595

Class

WebformSubmissionStorageInterface
Defines an interface for webform submission classes.

Namespace

Drupal\webform

Code

public function userLogin(UserInterface $account);