According to DiscoveryInterface, it has to return NULL if the plugin is not found. Right no array() is returned what is bogus. Attached patch fixes that.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | drupal_2220259_9.patch | 1.29 KB | xano |
According to DiscoveryInterface, it has to return NULL if the plugin is not found. Right no array() is returned what is bogus. Attached patch fixes that.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | drupal_2220259_9.patch | 1.29 KB | xano |
Comments
Comment #2
mr.baileysd8_plugin_manager_get_definition.patch queued for re-testing.
Comment #4
fagoComment #5
xanoBeautiful!
Comment #6
webchickIs that intentional?
Comment #7
berdirYes, that bug is exposed by this patch. There is no datetime_computed plugin.
Comment #8
tstoecklerThis seems unintentional.
Comment #9
xanoComment #10
tstoecklerThanks!
Comment #12
xanoThe tests fail because HEAD is broken.
Comment #13
tstoeckler9: drupal_2220259_9.patch queued for re-testing.
Comment #14
webchickCommitted and pushed to 8.x. Thanks!