You are here

protected property SamlauthUserSyncEvent::$accountChanged in SAML Authentication 8.2

Same name and namespace in other branches
  1. 8.3 src/Event/SamlauthUserSyncEvent.php \Drupal\samlauth\Event\SamlauthUserSyncEvent::accountChanged
  2. 4.x src/Event/SamlauthUserSyncEvent.php \Drupal\samlauth\Event\SamlauthUserSyncEvent::accountChanged

A flag indicating that the account was changed.

Type: bool

File

src/Event/SamlauthUserSyncEvent.php, line 34

Class

SamlauthUserSyncEvent
Wraps a samlauth user sync event for event listeners.

Namespace

Drupal\samlauth\Event

Code

protected $accountChanged;