CraueFormFlowBundle
CraueFormFlowBundle copied to clipboard
use FormFlowInterface in TwigExtension instead of concrete class
If one wants to overwrite the FormFlow class or implement his own implementation, the original TwigExtension will work out of the box
Changes Unknown when pulling e0b06057cf40547e08df22da95d9cd85d17f04cf on acrolyt:use-interface-in-twig-extension into ** on craue:master**.
Changes Unknown when pulling e0b06057cf40547e08df22da95d9cd85d17f04cf on acrolyt:use-interface-in-twig-extension into ** on craue:master**.
Changes Unknown when pulling e0b06057cf40547e08df22da95d9cd85d17f04cf on acrolyt:use-interface-in-twig-extension into ** on craue:master**.
Changes Unknown when pulling df75c7de8246c3da0f4bf00d84dad76519584471 on acrolyt:use-interface-in-twig-extension into ** on craue:master**.
Changes Unknown when pulling df75c7de8246c3da0f4bf00d84dad76519584471 on acrolyt:use-interface-in-twig-extension into ** on craue:master**.
It's not that easy because methods getDynamicStepNavigationInstanceParameter
and getDynamicStepNavigationStepParameter
(used in FormFlowUtil
) are not part of FormFlowInterface
.