Closed (fixed)
Project:
Webform Entity
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2012 at 22:05 UTC
Updated:
1 Mar 2012 at 17:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
tim.plunkettThis is the future proof solution, which creates a separate directory for the plugins.
However, it might cause fatals when the class moves, requiring the use of http://drupal.org/project/registry_rebuild to fix it.
The other solution is to just ignore 'behavior' plugin types, and not move the class. It will hurt us in the long run if we want to add behavior plugins.
Comment #2
tim.plunkettMaking this more generic.
There were a bunch of changes made to the selection plugin that we can build upon, or have to adapt to.
Also, while we're currently using
self::TYPEin some places to ensure that this is only used for webform_entity, this patch cuts that down to a minimum to make it easier to genericize later.Comment #3
tizzo commentedlooks good to me
Comment #4
tim.plunkettCommitted, thanks!
Comment #5
tim.plunkett