You are here

public function Mp3playerSubscriber::__construct in MP3 Player 8

File

src/EventSubscriber/Mp3playerSubscriber.php, line 39

Class

Mp3playerSubscriber

Namespace

Drupal\mp3player\EventSubscriber

Code

public function __construct(AuthenticationProviderInterface $authentication_provider, AccountProxyInterface $account_proxy) {
  $this->authenticationProvider = $authentication_provider;
  $this->accountProxy = $account_proxy;
}