EditorManager's AlterDecorator calls hook_edit_editor_alter() but there are no docs for it.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | edit_api_php-1984628-3.patch | 1.1 KB | wim leers |
| #4 | interdiff.txt | 850 bytes | wim leers |
| #2 | edit_api_php-1984628-1.patch | 1.01 KB | wim leers |
Comments
Comment #1
wim leersThanks for reporting! Will fix.
Comment #2
wim leersInspired by
hook_field_widget_info_alter()docs infield.api.php.Note: docs are missing for pretty much every alter hook that is powered by
AlterDecorator.Comment #3
tim.plunkettThis should also @see the Editor specific annotation. Does that exist yet? If not, please make sure that issue does it.
Unless you're using double quotes, the double slashes are overkill :)
Comment #4
wim leersIssue for that is RTBC: #1987140: Add a dedicated @InPlaceEditor plugin annotation.
Hah! SublimeText fail!
Comment #5
tim.plunkettAwesome, thanks.
Comment #7
tim.plunkett#4: edit_api_php-1984628-3.patch queued for re-testing.
Comment #8
tim.plunkettGrr.
Comment #10
dries commentedCommitted to 8.x. Thanks! Btw, I fixed the 'any any' prior to committing it.
Comment #11
wim leersHah, we both missed that apparently. Thanks!