You are here

public function AppointmentCalendarDeleteForm::__construct in Appointment Calendar 8

File

src/Form/AppointmentCalendarDeleteForm.php, line 18

Class

AppointmentCalendarDeleteForm

Namespace

Drupal\appointment_calendar\Form

Code

public function __construct(Connection $connection) {
  $this->connection = $connection;
}