Skip to content

Document the form_flow_* Twig helper functions#22011

Open
lacatoire wants to merge 1 commit intosymfony:8.1from
lacatoire:docs/form-flow-twig-helpers
Open

Document the form_flow_* Twig helper functions#22011
lacatoire wants to merge 1 commit intosymfony:8.1from
lacatoire:docs/form-flow-twig-helpers

Conversation

@lacatoire
Copy link
Contributor

Fixes #21994

Documents the 12 new form_flow_* Twig functions introduced in Symfony 8.1 (symfony/symfony#63335) for multi-step form flows:

  • form_flow_current_step(), form_flow_total_steps(), form_flow_steps(), form_flow_step_index()
  • form_flow_next_step(), form_flow_previous_step(), form_flow_first_step(), form_flow_last_step()
  • form_flow_is_first_step(), form_flow_is_last_step(), form_flow_can_move_back(), form_flow_can_move_next()

Includes a practical example showing step progress and navigation buttons.

@carsonbot carsonbot added this to the 8.1 milestone Feb 15, 2026
@carsonbot carsonbot changed the title [TwigBridge] Document the form_flow_* Twig helper functions Document the form_flow_* Twig helper functions Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants