craue / CraueFormFlowBundle

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

use FormFlowInterface in TwigExtension instead of concrete class #295

Open acrolyt opened 7 years ago

acrolyt commented 7 years ago

If one wants to overwrite the FormFlow class or implement his own implementation, the original TwigExtension will work out of the box

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling e0b06057cf40547e08df22da95d9cd85d17f04cf on acrolyt:use-interface-in-twig-extension into on craue:master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling e0b06057cf40547e08df22da95d9cd85d17f04cf on acrolyt:use-interface-in-twig-extension into on craue:master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling e0b06057cf40547e08df22da95d9cd85d17f04cf on acrolyt:use-interface-in-twig-extension into on craue:master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling df75c7de8246c3da0f4bf00d84dad76519584471 on acrolyt:use-interface-in-twig-extension into on craue:master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling df75c7de8246c3da0f4bf00d84dad76519584471 on acrolyt:use-interface-in-twig-extension into on craue:master.

craue commented 6 years ago

It's not that easy because methods getDynamicStepNavigationInstanceParameter and getDynamicStepNavigationStepParameter (used in FormFlowUtil) are not part of FormFlowInterface.