Closed (fixed)
Project:
Search API OpenSearch
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
26 May 2026 at 06:49 UTC
Updated:
10 Jun 2026 at 04:05 UTC
Jump to comment: Most recent
I have run into a need of figuring out what index is being acted on when the AlterSettingsEvent is dispatched but this information is not present.
N/A
Expose the index on AlterSettingsEvent as a read-only property so subscribers know which index is being acted on, without being able to mutate it.
N/A
N/A
Third parameter to the event and a new getIndex getter.
N/A
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
achapComment #5
kim.pepperUpdated title and IS
Comment #8
kim.pepperCommitted to 2.x and 3.x. Thanks!