isometriks/legacy-form-bundle

Allows you to use old system of form aliases

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 6

Forks: 1

Open Issues: 2

Type:symfony-bundle

v0.1.0 2016-04-10 01:33 UTC

This package is auto-updated.

Last update: 2024-04-24 08:53:04 UTC


README

Allows you to use the old way of aliasing forms. Just continue to use this syntax:

<service id="my_form" class="Acme\Form\Type\MyType">
    <tag name="form.type" alias="my_type" />
</service>