Closed (fixed)
Project:
Facets
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2015 at 13:10 UTC
Updated:
8 Feb 2016 at 09:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
borisson_Because the
::buildConfigurationFormmethod on theFacetSourceInterfacespecifies more arguments than the one onPluginFormInterfacewe can't extend that interface.Comment #3
strykaizerAs discussed today at drupalcamp gent, we should add the facet in the base class in the constructor. For an example, see searchapi, they do the same in their processor base class.
Comment #4
borisson_Very much in favor of this, this makes the interface easier and will make #2648260: Add a "display" plugin type to list all known search pages easier.
Comment #5
borisson_Tests should pass with these changes.
Comment #6
borisson_