public function AssignMultiple::__construct

Constructs a DeleteMultiple form object.

Parameters

\Drupal\Core\TempStore\PrivateTempStoreFactory $temp_store_factory: The tempstore factory.

File

translators/tmgmt_local/src/Form/AssignMultiple.php, line 39

Class

AssignMultiple
Provides a node deletion confirmation form.

Namespace

Drupal\tmgmt_local\Form

Code

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