Skip to content

Commit b1fcf3a

Browse files
committed
feature #30826 [Form] Add file links for described classes in debug:form command (yceruto)
This PR was merged into the 4.3-dev branch. Discussion ---------- [Form] Add file links for described classes in debug:form command | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT ![debug_form_file_link](https://user-images.githubusercontent.com/2028198/55357775-d1eac980-549b-11e9-8aa8-500aee629753.png) Commits ------- dcba01d212 Add file links for described classes
2 parents cb79b7e + 42d1d49 commit b1fcf3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/console.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
<argument type="collection" /> <!-- All services form types are stored here by FormPass -->
161161
<argument type="collection" /> <!-- All type extensions are stored here by FormPass -->
162162
<argument type="collection" /> <!-- All type guessers are stored here by FormPass -->
163+
<argument type="service" id="debug.file_link_formatter" on-invalid="null" />
163164
<tag name="console.command" command="debug:form" />
164165
</service>
165166
</services>

0 commit comments

Comments
 (0)