Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / src / Command / Drupal_8 / Form / Confirm.php
index 3ee33593280a70c5e47e0c61bfb0c01078261b3b..3de6db982748ab6cbb71e0d8cc0e5e7950d0f313 100644 (file)
@@ -20,8 +20,8 @@ class Confirm extends Base {
   protected function interact(InputInterface $input, OutputInterface $output) {
     $options = [
       'default_class' => 'ExampleConfirmForm',
-      'default_form_id' => '{machine_name}_example_confirm',
       'default_permission' => 'administer site configuration',
+      'default_path_prefix' => '/admin',
       'template' => 'd8/form/confirm.twig',
     ];
     $this->doInteract($input, $output, $options);