See #3081145: Remove BC layers in the Plugin component, we no longer need that helper now that there is only one interface left that we need to check.
We could also keep it, but then we'd have to adjust the documentation on the class.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | interdiff_6-11.txt | 2.32 KB | mrinalini9 |
| #11 | 3105685-11.patch | 5.78 KB | mrinalini9 |
| #6 | 3105685-6.patch | 5.81 KB | andypost |
| #6 | interdiff.txt | 574 bytes | andypost |
Comments
Comment #2
berdirComment #4
andypostThere's 5 usages in contrib http://grep.xnddx.ru/search?text=PluginHelper%3A%3AisConfigurable
So needs follow-ups to file
Comment #5
andypostFiled CR and here's a patch
Not sure how deprecation test should be added to component as whole class is deprecated https://www.drupal.org/about/core/policies/core-change-policies/drupal-c...
Comment #6
andypostfix docblock
Comment #10
catchPatch looks great but unfortunately missed the 9.2.x window and I think we need to do this in 10.1.x for removal in 11.0.0 now.
Comment #11
mrinalini9 commentedAdded patch for 10.1.x branch as per #10, please review it.
Comment #12
catchLooks good to me.
Comment #13
alexpottCommitted 2bcbc26 and pushed to 10.1.x. Thanks!
Fixed on commit. Deprecation notices need real versions (i.e. tags) not branches.
Comment #16
quietone commentedPublished the CR.