src/HTMLForm/FormModelElementsAll.php
Method __construct
has 161 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __construct(DIInterface $di)
{
parent::__construct($di);
$this->form->create(
[
Method callbackSubmit
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function callbackSubmit()
{
// These return a single value
// Type checkbox returns true if checked
$elements = [