You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the routing component correctly handles custom HTTP methods, the form component disallow configuring a form with a method which is not GET, PUT, POST, DELETE, PATCH.
When trying to create an action with a custom HTTP method, FormConfigBuilder::setMethod throws an InvalidArgumentException.