public function SamlauthUserLinkEvent::getAttributes in SAML Authentication 8.2
Same name and namespace in other branches
- 8.3 src/Event/SamlauthUserLinkEvent.php \Drupal\samlauth\Event\SamlauthUserLinkEvent::getAttributes()
- 4.x src/Event/SamlauthUserLinkEvent.php \Drupal\samlauth\Event\SamlauthUserLinkEvent::getAttributes()
Gets the SAML attributes.
Return value
array The SAML attributes received from the IDP.
File
- src/
Event/ SamlauthUserLinkEvent.php, line 65
Class
- SamlauthUserLinkEvent
- Wraps a samlauth user sync event for event listeners.
Namespace
Drupal\samlauth\EventCode
public function getAttributes() {
return $this->attributes;
}