function TestAuthenticationProvider::__construct
Constructor.
File
-
core/
tests/ Drupal/ Tests/ Core/ Authentication/ AuthenticationCollectorTest.php, line 74
Class
- TestAuthenticationProvider
- A simple provider for unit testing AuthenticationCollector.
Namespace
Drupal\Tests\Core\AuthenticationCode
public function __construct($provider_id) {
$this->providerId = $provider_id;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.