public function DrupalAuthForSSPSubscriber::__construct in DrupalAuth for SimpleSAMLphp 8
Constructs event subscriber.
Parameters
\Drupal\Core\Session\AccountProxyInterface $account_proxy: Account proxy.
File
- src/
EventSubscriber/ DrupalAuthForSSPSubscriber.php, line 31
Class
- DrupalAuthForSSPSubscriber
- DrupalAuth for SimpleSAMLphp event subscriber.
Namespace
Drupal\drupalauth4ssp\EventSubscriberCode
public function __construct(AccountProxyInterface $account_proxy) {
$this->accountProxy = $account_proxy;
}