- Issue created by @drunken monkey
- Merge request !277Resolve #3542807: Move all methods from the Basic tracker plugin to TrackerPluginBase β (Open) created by drunken monkey
A lot of the methods in \Drupal\search_api\Plugin\search_api\tracker\Basic
actually make much more sense in \Drupal\search_api\Tracker\TrackerPluginBase
. Currently, most tracker plugins that donβt implement entirely new logic need to extend from Basic
, which is terrible DX.
Active
1.0
Framework