common-gateway / formio-bundle
FormIO functionality for common gateway
Installs: 2 337
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:common-gateway-plugin
Requires
- php: >=7.4
Requires (Dev)
- symfony/dependency-injection: ~3.4|~4.1|~5.0
This package is auto-updated.
Last update: 2024-10-16 17:39:16 UTC
README
FormIO functionality for common gateway
Using this bundle
U can install this plugin by installing with command:
composer require common-gateway/formio-bundle:dev-main
in the directory where your composer.json lives.
In the common gateway, if you want to use your code when triggered by an event with a action, make sure the class of the action object is set as the handler name including the namespace. For example if I want to use the FormIOService I can set the FormIOHandler as CommonGateway\FormIOBundle\ActionHandler\FormIOHandler
.