- Issue created by @dieterholvoet
- 🇧🇪Belgium dieterholvoet Brussels
Setting this to Postponed as long as the PR isn't merged/released yet.
- Merge request !24Issue #3364421: Add support for drush field:create → (Open) created by dieterholvoet
- Status changed to Postponed
almost 2 years ago 11:57am 2 June 2023 - Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.3 & MySQL 5.7last update
almost 2 years ago Not currently mergeable. - last update
almost 2 years ago 39 pass - Status changed to Needs review
almost 2 years ago 12:09pm 14 June 2023 - 🇧🇪Belgium dieterholvoet Brussels
The base class was committed to Drush 11.6.0 and 12.0.0. I added a condition in the service provider to remove the hooks class definition if the Drush base class doesn't exist.
- last update
almost 2 years ago 39 pass - 🇧🇪Belgium dieterholvoet Brussels
The parent class,
FieldEntityReferenceHooks
, became final, so I stopped extending it and copied over the necessary methods.