neos / flow-development-collection

The unified repository containing the Flow core packages, used for Flow development.
https://flow.neos.io/
MIT License
134 stars 187 forks source link

FEATURE: introspect signal/slot to inform about no longer existing signals being connected #3341

Open kitsunet opened 2 months ago

kitsunet commented 2 months ago

Is there an existing issue for this?

Description

We might want to figure out if listeners get connected to signals that can no longer be emitted because they were removed.

Possibly directions to think:

Reflection method_exists Proxy emit method registers the signal as existing

Possible Solution

No response