The debug:form command allows you to inspect available form types, their extensions, guessers, and specific configuration options. You can use it to list all registered types or to drill down into a specific form type's options.
Usage Scenarios
- List all available types: Run the command without arguments to see all built-in core types, service-registered types, extensions, and guessers.
- Inspect a specific form type: Provide the class name (or short name) to see its details.
- Inspect a specific option: Provide both the class name and the option name to see the definition of that specific option.
- Show deprecated content: Use the
--show-deprecated flag to include deprecated types or options in the output. - Machine-readable output: Use
--format=json to get the information in JSON format.