public function Authmap::__construct in External Authentication 2.0.x
Same name in this branch
- 2.0.x src/Authmap.php \Drupal\externalauth\Authmap::__construct()
- 2.0.x src/Plugin/migrate/destination/Authmap.php \Drupal\externalauth\Plugin\migrate\destination\Authmap::__construct()
Same name and namespace in other branches
- 8 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\externalauthCode
public function __construct(Connection $connection) {
$this->connection = $connection;
}