Download the PHP package shopsys/form-types-bundle without Composer
On this page you can find all versions of the php package shopsys/form-types-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shopsys/form-types-bundle
More information about shopsys/form-types-bundle
Files in shopsys/form-types-bundle
Package form-types-bundle
Short Description Shopsys Platform custom Symfony form types
License MIT
Informations about the package form-types-bundle
Shopsys Form Types Bundle
Symfony bundle adding form types for usage in Shopsys Platform, its components and plugins.
This repository is maintained by monorepo CHANGELOG.md.
Installation
The plugin is a Symfony bundle and is installed in the same way:
Download
First, you download the package using Composer:
How to use a custom form type
The form types in this package are regular Symfony form types. See Symfony Forms Documentation for detailed explanation.
Contents
MultidomainType
Compound type that renders one form of given type for each domain.
It can be configured via the following options:
entry_type
- The type of the inner form. Defaults toTextType::class
.entry_options
- The options of the inner forms. Defaults to[]
.options_by_domain_id
- The options of the inner forms based on the domain ID. Provide arrays indexed by the domain ID, values are merged with theentry_options
. Defaults to[]
.
The data of the inner forms are returned as an array indexed by the domain ID.
YesNoType
Natural looking choice type for boolean value inputs.
It has no notable options.
A boolean value is accepted/returned as data. A null value can be accepted/returned when no radio button is checked.
Contributing
Thank you for your contributions to Shopsys Form Types Bundle package. Together we are making Shopsys Platform better.
This repository is READ-ONLY. If you want to report issues and/or send pull requests, please use the main Shopsys repository.
Please, check our Contribution Guide before contributing.
Support
What to do when you are in troubles or need some help? The best way is to join our Slack.
If you want to report issues, please use the main Shopsys repository.
All versions of form-types-bundle with dependencies
symfony/config Version ^6.4
symfony/dependency-injection Version ^6.4
symfony/form Version ^6.4
symfony/framework-bundle Version ^6.4
symfony/http-kernel Version ^6.4
symfony/options-resolver Version ^6.4
symfony/translation Version ^6.4