simplesamlphp-module-drupalauth
simplesamlphp-module-drupalauth copied to clipboard
Alter attributes event - Reroll of pull/95
trafficstars
Adds SetAttributesEvent Event that happens after attributes are created. This allows us to update the attributes in a Drupal Module by subscribing to this event.
Also changes two methods in the Drupal Helper from protected to public so they can be used via the Event Subscriber.
Reroll required due to 6ad28dda12a6f3b978eaefd7ff8ad1ab77f8d8bd which also adds Aliases/Imports in a way that prevents an automatic merge.