public function EdgeEntityDeleteForm::__construct in Apigee Edge 8
EdgeEntityDeleteForm constructor.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.
File
- src/
Entity/ Form/ EdgeEntityDeleteForm.php, line 41
Class
- EdgeEntityDeleteForm
- Default entity delete form implementation for Apigee Edge entities.
Namespace
Drupal\apigee_edge\Entity\FormCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
// Ensure the entity type manager is always initialized.
$this->entityTypeManager = $entity_type_manager;
}