Problem/Motivation
When an exposed filter is placed twice on the same page it gets the same html identifier. Every instance of this form needs a unique id.
Proposed resolution
Use Html::getUniqueId() to generate the ID.
Remaining tasks
Review
User interface changes
None