8000 [Templating] Added a sentence that explains what a Template Helper is by linaori · Pull Request #4344 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Templating] Added a sentence that explains what a Template Helper is #4344

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

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion components/templating/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ escaper using the
Helpers
-------

The Templating component can be easily extended via helpers. The component has
The Templating component can be easily extended via helpers. Helpers are PHP objects that
provide features useful in a template context. The component has
2 built-in helpers:

* :doc:`/components/templating/helpers/assetshelper`
Expand Down
0