-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Updated form/* articles to Symfony 4 #8755
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
Conversation
b969501
to
82afb31
Compare
form/create_form_type_extension.rst
Outdated
@@ -233,7 +236,7 @@ Specifically, you need to override the ``file_widget`` block: | |||
|
|||
.. code-block:: html+php | |||
|
|||
<!-- app/Resources/file_widget.html.php --> | |||
<!-- templates/form/file_widget.html.php --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be src/Resources/...
for PHP templating engine, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure ... but I've reverted my changes. In any case, we'll remove all PHP template examples very soon.
forms.rst
Outdated
@@ -338,7 +338,7 @@ object. | |||
|
|||
.. code-block:: yaml | |||
|
|||
# src/Resources/config/validation.yml | |||
# src/Resources/config/validation.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
config/...
?
form/form_collections.rst
Outdated
@@ -510,7 +510,7 @@ you will learn about next!). | |||
|
|||
.. code-block:: yaml | |||
|
|||
# src/Resources/config/doctrine/Task.orm.yml | |||
# src/Resources/config/doctrine/Task.orm.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if yaml
ext is already supported for Doctrine :/ https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php#L33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's sad. Reverted.
@yceruto thanks for your review! |
No description provided.