antaresproject/core

View on GitHub
src/utils/testing/fixture/resources/views/antares/foundation/form/controls/submit.twig

Summary

Maintainability
Test Coverage
<button type='submit'
        name='{{ control.getName() }}'
        value='{{ control.getValue() }}' {{ control.getAttributes()|stringify }}
>
    {{ control.getValue() }}
</button>