Do not execute disabled ECA models
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3244149. -->
Reported by: [jurgenhaas](https://www.drupal.org/user/168924)
Related to !17
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>If an ECA model is disabled, it should not be executed.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>This should either be done in the processor or in the load handler. @mxh argues in <a href="https://git.drupalcode.org/project/eca/-/merge_requests/11/diffs#note_49239">https://git.drupalcode.org/project/eca/-/merge_requests/11/diffs#note_49239</a> against the load handler, but since we use that for optimized loading and execution I still think this is the best place because we only once have to decide, which config entities are relevant and which can be ignored. Then, the processor will only receive the ECA config entities that are relevant.</p>
issue