public function AssignMultiple::__construct in Translation Management Tool 8
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\FormCode
public function __construct(PrivateTempStoreFactory $temp_store_factory) {
$this->tempStoreFactory = $temp_store_factory;
}