public function SamlauthUserSyncEvent::isAccountChanged in SAML Authentication 8.2
Same name and namespace in other branches
- 8.3 src/Event/SamlauthUserSyncEvent.php \Drupal\samlauth\Event\SamlauthUserSyncEvent::isAccountChanged()
- 4.x src/Event/SamlauthUserSyncEvent.php \Drupal\samlauth\Event\SamlauthUserSyncEvent::isAccountChanged()
Checks whether the user account was marked as changed.
This is typically done afterwards by the code that dispatches this.
Return value
bool TRUE if the user account was marked as changed.
File
- src/
Event/ SamlauthUserSyncEvent.php, line 119
Class
- SamlauthUserSyncEvent
- Wraps a samlauth user sync event for event listeners.
Namespace
Drupal\samlauth\EventCode
public function isAccountChanged() {
return $this->accountChanged;
}