Home »
MCQs »
Symfony MCQs
The ____ function produces a template and stores the resulting content in a Response object
29. The ____ function produces a template and stores the resulting content in a Response object.
- Render()
- Store()
- Generate()
- Produce()
Answer: A) Render()
Explanation:
The render() function produces a template and stores the resulting content in a Response object.