Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
search.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Jan 2014 at 22:40 UTC
Updated:
29 Jul 2014 at 23:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhodgdonJust to confirm, here is a patch to remove the file.
Comment #2
ianthomas_ukSee also #2042807-107: Convert search plugins to use a ConfigEntity and a PluginBag
tim.plunkett's sandbox had shown SearchPageForm.php as being a rename of SearchForm.php, but when I rerolled into a single commit it was a new file. I assumed it was just git being weird, but maybe it was an intentional change.
Comment #3
jhodgdonOK that explains where it came from. Assuming the tests pass, we should get rid of it again. I am pretty sure it isn't being used (via grep).
Comment #4
tim.plunkettI was trying to rename SearchForm to SearchPageForm, but it must have gotten busted in a reroll, and never was removed.
Comment #5
tim.plunkettComment #6
alexpottCommitted 0c7e0f7 and pushed to 8.x. Thanks!