This project is not covered by Drupal’s security advisory policy.
This module serves as the superstructure for formfactorykits module.
It provides a simple service which can load an existing $form array, append FormFactoryKit objects & return a modified $form array.
public function buildForm(array $form, FormStateInterface $form_state) {
$factory = $this->formFactoryService->load($form);
$k = $this->formFactoryKitsService;
$factory->append($k->text())
->append($k->submit());
return $factory->getForm();
}
Supporting organizations:
Project information
Seeking co-maintainer(s)
Maintainers are looking for help reviewing issues.- Project categories: Administration tools, Content editing experience, Developer tools
- Ecosystem: Form API , renderapi
3 sites report using this module
- Created by yesnoio on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
