Fixed
Project:
Finders
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 May 2026 at 14:00 UTC
Updated:
22 May 2026 at 08:41 UTC
Jump to comment: Most recent
Parameter order in FinderConfigManager and the methods called on FinderTypeInterface is a bit sloppy.
It should be:
1. The thing being made or altered, such as an ID or config values
2. Its dependencies in order from closest, leading to the finder.
So, e.g.:
- view exposed block ID
- View
- Finder
We should pass the finder rather than the finder type, so overrides of either the service or plugins can access the finder configuration.
Comments
Comment #2
joachim commentedComment #3
joachim commented