As said in #1780396-64: Namespaces of disabled modules are registered during test runs, removing Drupal\edit\Plugin\EditorManager::processDefinition() was forgotten in #1836008: Remove drupal_classloader() use in Drupal\Core\AnnotatedClassDiscovery.
This is a tiny patch that follows the pattern established by #1836008: Remove drupal_classloader() use in Drupal\Core\AnnotatedClassDiscovery. Originally this was going to be removed by #1903346: Establish a new DefaultPluginManager to encapsulate best practices, but that turns out to no longer be true. Hence this small new issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | cleanup_module_annotations-2006278-8.patch | 11.66 KB | wim leers |
| #1 | cleanup_module_annotations-2006278-1.patch | 11.42 KB | wim leers |
Comments
Comment #1
wim leersSo it turns out that the 'module' keys were not removed from the "CKEditor" and "Editor" modules either, for an unknown reason. They should have been removed in #1836008: Remove drupal_classloader() use in Drupal\Core\AnnotatedClassDiscovery where possible. E.g. the block and entity plugins use them, but Edit nor Editor nor CKEditor does.
Comment #2
eclipsegc commentedif that comes back green, it looks super sane to me. RTBC pending green.
Eclipse
Comment #4
tim.plunkett#1: cleanup_module_annotations-2006278-1.patch queued for re-testing.
Comment #5
berdirLooks good.
Comment #6
dries commented#1: cleanup_module_annotations-2006278-1.patch queued for re-testing.
Comment #7
dries commentedPatch no longer applies so asking for a re-test.
Comment #8
wim leersComment #9
effulgentsia commentedComment #10
alexpottCommitted ba80bc3 and pushed to 8.x. Thanks!
Comment #11
wim leers.