You are here

public function ForcePasswordChangeMapper::__construct in Force Password Change 8

Same name and namespace in other branches
  1. 2.0.x src/Mapper/ForcePasswordChangeMapper.php \Drupal\force_password_change\Mapper\ForcePasswordChangeMapper::__construct()

* Constructs a ForcePasswordChangeMapper object. * *

Parameters

\Drupal\Core\Database\Connection $connection: * The database connection

File

src/Mapper/ForcePasswordChangeMapper.php, line 23

Class

ForcePasswordChangeMapper

Namespace

Drupal\force_password_change\Mapper

Code

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