-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Serializer] Add format_output as context option for xml encoder #12517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
dunglas
added a commit
to dunglas/symfony
that referenced
this issue
Dec 18, 2014
fabpot
added a commit
that referenced
this issue
Dec 21, 2014
#12517. (dunglas) This PR was merged into the 2.7 branch. Discussion ---------- [Serializer] Add xml_format_output context option. Close #12517. | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #12517 | License | MIT | Doc PR | n/a Allows to pretty print XML encoder output. Commits ------- 37d3f84 [Serializer] Add xml_format_output context option. Close #12517.
fabpot
added a commit
that referenced
this issue
Dec 22, 2014
* 2.7: [2.3] CS And DocBlock Fixes [Serializer] Serialization groups support [2.3] CS Fixes Fixed the issue 11116 [Security] Fixed tests [Debug] use ternary operator to simplify the getClassLoader() method in DebugClassLoader class. [FrameworkBundle] Fixed Translation loader and update translation command. [Console] remove « use » statement for PHP built-in exception classes. [SecurityBundle] replaced deprecated SecurityContextInterface dependency by new TokenStorageInterface instance in SecurityDataCollector. Also added unit tests suite for SecurityDataCollector class. [SecurityBundle] use TokenStorageInterface instead of deprecated SecurityContextInterface in SecurityDataCollector and added unit tests suite. [SecurityBundle] adds unit tests suite for SecurityDataCollector class. [Serializer] Add xml_format_output context option. Close #12517. [WebProfilerBundle] Fixed IE8 support
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
* 2.7: [2.3] CS And DocBlock Fixes [Serializer] Serialization groups support [2.3] CS Fixes Fixed the issue 11116 [Security] Fixed tests [Debug] use ternary operator to simplify the getClassLoader() method in DebugClassLoader class. [FrameworkBundle] Fixed Translation loader and update translation command. [Console] remove « use » statement for PHP built-in exception classes. [SecurityBundle] replaced deprecated SecurityContextInterface dependency by new TokenStorageInterface instance in SecurityDataCollector. Also added unit tests suite for SecurityDataCollector class. [SecurityBundle] use TokenStorageInterface instead of deprecated SecurityContextInterface in SecurityDataCollector and added unit tests suite. [SecurityBundle] adds unit tests suite for SecurityDataCollector class. [Serializer] Add xml_format_output context option. Close symfony#12517. [WebProfilerBundle] Fixed IE8 support
jderusse
pushed a commit
to jderusse/symfony
that referenced
this issue
Dec 15, 2020
* 2.7: [2.3] CS And DocBlock Fixes [Serializer] Serialization groups support [2.3] CS Fixes Fixed the issue 11116 [Security] Fixed tests [Debug] use ternary operator to simplify the getClassLoader() method in DebugClassLoader class. [FrameworkBundle] Fixed Translation loader and update translation command. [Console] remove « use » statement for PHP built-in exception classes. [SecurityBundle] replaced deprecated SecurityContextInterface dependency by new TokenStorageInterface instance in SecurityDataCollector. Also added unit tests suite for SecurityDataCollector class. [SecurityBundle] use TokenStorageInterface instead of deprecated SecurityContextInterface in SecurityDataCollector and added unit tests suite. [SecurityBundle] adds unit tests suite for SecurityDataCollector class. [Serializer] Add xml_format_output context option. Close symfony#12517. [WebProfilerBundle] Fixed IE8 support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow for pretty printing of xml by allowing to manipulate the \DomDocument::$formatOutput variable.
The text was updated successfully, but these errors were encountered: