Download the PHP package bml/form-theme-bundle without Composer
On this page you can find all versions of the php package bml/form-theme-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bml/form-theme-bundle
More information about bml/form-theme-bundle
Files in bml/form-theme-bundle
Download bml/form-theme-bundle
More information about bml/form-theme-bundle
Files in bml/form-theme-bundle
Vendor bml
Package form-theme-bundle
Short Description Bundle enables ability to define form theme in form type classes.
License MIT
Package form-theme-bundle
Short Description Bundle enables ability to define form theme in form type classes.
License MIT
Please rate this library. Is it a good library?
Informations about the package form-theme-bundle
About
Form theme bundle enables ability to define form theme in FormType classes.
There is pull request implementing this feature awaiting review: https://github.com/symfony/symfony/pull/23990
Installation
composer require bml/form-theme-bundle
- If you are not using symfony flex add
new Bml\FormThemeBundle\BmlFormThemeBundle()
to yourAppKernel.php
Usage
To define form type theme define theme
option for the form. For example in Type class:
When you call createView()
on your form this bundle will call equivalent to {% form_theme form 'app/form/my_type_theme.html.twig' %}
on your form in background.
All versions of form-theme-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/form Version
^5.2
symfony/twig-bridge Version ^5.2
symfony/twig-bundle Version ^5.2
symfony/twig-bridge Version ^5.2
symfony/twig-bundle Version ^5.2
The package bml/form-theme-bundle contains the following files
Loading the files please wait ....