Closed (fixed)
Project:
Drupal 7 to Modern Drupal Module Upgrader
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
11 Feb 2014 at 14:14 UTC
Updated:
3 Mar 2014 at 22:30 UTC
Jump to comment: Most recent
Reference:
#2188771: [meta] Block API documentation
Comments
Comment #1
webchickMoving to new project.
Comment #2
xjmSo, this is mostly working in master now. I ran it on the D7 core modules directory, and it more-or-less successfully created block plugins from the following modules'
hook_block_info()implementations:user
shortcut
search
profile
poll
node
forum
comment
book
blog
It adds non-fixable errors for the following modules' implementations, all of which contain logic (e.g.
foreachloops that would need to be converted to block derivatives):system
statistics
menu
locale
block_test
block
aggregator
There are a few outstanding bugs, but I'll file them in their own issues.