From 42775b892c7106768beb80a79c0d929aec6de675 Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Mon, 16 Oct 2017 07:47:39 -0400 Subject: [PATCH] [Form] Add debug:form command to debug page Fixes #8361 partially. --- debug/debugging.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debug/debugging.rst b/debug/debugging.rst index 18c0066d22f..89a6178d094 100644 --- a/debug/debugging.rst +++ b/debug/debugging.rst @@ -74,6 +74,9 @@ that can help you visualize and find the information. ``debug:config`` Shows all configured bundles, their class and their alias. + +``debug:form`` + Displays information about form types and their options. ``debug:event-dispatcher`` Displays information about all the registered listeners in the event dispatcher.