public function Mp3playerSubscriber::__construct in MP3 Player 8
File
- src/
EventSubscriber/ Mp3playerSubscriber.php, line 39
Class
Namespace
Drupal\mp3player\EventSubscriberCode
public function __construct(AuthenticationProviderInterface $authentication_provider, AccountProxyInterface $account_proxy) {
$this->authenticationProvider = $authentication_provider;
$this->accountProxy = $account_proxy;
}