You are here

public function Authmap::__construct in External Authentication 8

Same name in this branch
  1. 8 src/Authmap.php \Drupal\externalauth\Authmap::__construct()
  2. 8 src/Plugin/migrate/destination/Authmap.php \Drupal\externalauth\Plugin\migrate\destination\Authmap::__construct()
Same name and namespace in other branches
  1. 2.0.x src/Authmap.php \Drupal\externalauth\Authmap::__construct()

Parameters

\Drupal\Core\Database\Connection $connection: The connection object used for this data.

File

src/Authmap.php, line 28

Class

Authmap
Class Authmap.

Namespace

Drupal\externalauth

Code

public function __construct(Connection $connection) {
  $this->connection = $connection;
}