ButtonBuilder::addEventListener()

FormConfigBuilderInterface addEventListener(string $eventName, callable $listener, int $priority)

Unsupported method.

This method should not be invoked.

Parameters

string $eventName The name of the event to listen to
callable $listener The listener to execute
int $priority The priority of the listener. Listeners with a higher priority are called before listeners with a lower priority.

Return Value

FormConfigBuilderInterface The configuration object

Exceptions

BadMethodCallException
doc_Symfony
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.