public function PrepareUninstallForm::__construct in Commerce Stock 8
Constructs a new PrepareUninstallForm.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity manager.
File
- modules/
local_storage/ src/ Form/ PrepareUninstallForm.php, line 42
Class
- PrepareUninstallForm
- The always in stock field uninstall form.
Namespace
Drupal\commerce_stock_local\FormCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}