You are here

public function MassContactConfirmConverter::__construct in Mass Contact 8

Constructs a new MassContactConfirmConverter.

Parameters

\Drupal\user\PrivateTempStoreFactory $temp_store_factory: The factory for the temp store object.

File

src/ParamConverter/MassContactConfirmConverter.php, line 27

Class

MassContactConfirmConverter
Provides upcasting information for mass contact email info to a confirm form.

Namespace

Drupal\mass_contact\ParamConverter

Code

public function __construct(PrivateTempStoreFactory $temp_store_factory) {
  $this->tempStoreFactory = $temp_store_factory;
}