- Issue created by @alberto56
- π¨π¦Canada alberto56
Something like the following code in your custom module might help if you're experiencing a fatal error because of this:
/** * Implements hook_devel_generate_info_alter() */ function MY_CUSTOM_MODULE_devel_generate_info_alter(array &$generators) { // https://www.drupal.org/project/webform/issues/3499830 unset($generators['webform_submission']); }
- Status changed to Postponed
3 days ago 10:39pm 21 August 2025 - πΊπΈUnited States jrockowitz Brooklyn, NY
I am very hesitant to make this change, as I hope the development team won't have significant API changes in the near future.