You are here

protected property SamlauthUserSyncEvent::$accountChanged in SAML Authentication 4.x

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

An indicator of whether the account was changed.

Type: bool

File

src/Event/SamlauthUserSyncEvent.php, line 41

Class

SamlauthUserSyncEvent
Wraps a samlauth user sync event for event listeners.

Namespace

Drupal\samlauth\Event

Code

protected $accountChanged;