Merge all EcaEvents::BEFORE_INITIAL_EXECUTION into one class/method
Problem/Motivation
Currently, we have 4 event subscribers in the main ECA module, which all subscribe to the same event with the same priority. This is an unnecessary overhead.
Proposed resolution
Combine those 4 into a single event subscriber.
Edited by drupalbot