Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
block.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Aug 2013 at 05:20 UTC
Updated:
29 Jul 2014 at 22:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettHere's a start
Comment #2
tim.plunkettComment #4
tim.plunkettDuh, I only did the ones that directly extended BlockBase, missed the sub-sub-classes.
Comment #5
tim.plunkettRerolled.
Comment #7
berdir#5: block-2065721-5.patch queued for re-testing.
Comment #8
benjy commentedOK I tested this, all works good.
I was a little confused at first where the module key had gone but I see it added in processDefinition(). Out of interest, are the array keys that are always available in $definition documented anyway?
Comment #9
tim.plunkettWell 'module' is a deprecated key anyway, we need to remove that in favor of 'provider', which is on every plugin ever and is never double documented in an annotation.
Comment #10
alexpottCommitted 0489b63 and pushed to 8.x. Thanks!
Need to update https://drupal.org/node/1880620
Comment #11
longwaveUpdated the change notice: https://drupal.org/node/1880620/revisions/view/2679430/2816749
Comment #12
berdirLooks ok to me.