craue / CraueFormFlowBundle

Multi-step forms for your Symfony project.
MIT License
736 stars 118 forks source link

Method loadStepsConfig should be abstract #287

Closed koprivajakub closed 7 years ago

koprivajakub commented 7 years ago

Method loadStepsConfig should be abstract because it is necessary to implement it according the documentation.

craue commented 7 years ago

No, it should not, since the GET_STEPS event can be used instead.

koprivajakub commented 7 years ago

Alright, it was not clear from the documentation the GET_STEPS event has priority or it could be used.