public function AppointmentCalendarDeleteForm::__construct in Appointment Calendar 8
File
- src/
Form/ AppointmentCalendarDeleteForm.php, line 18
Class
Namespace
Drupal\appointment_calendar\FormCode
public function __construct(Connection $connection) {
$this->connection = $connection;
}