diff --git a/src/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php index dd0a1a089ea..8aa7af1e1f6 100644 --- a/src/View/Helper/FormHelper.php +++ b/src/View/Helper/FormHelper.php @@ -2676,17 +2676,11 @@ public function implementedEvents() return []; } - /** - * T O D O - */ public function getValuesSources() { return $this->_valuesSources; } - /** - * T O D O - */ public function setValuesSources($sources) { $this->_valuesSources = array_values(array_intersect((array)$sources, ['context', 'data', 'query'])); @@ -2694,9 +2688,6 @@ public function setValuesSources($sources) return $this; } - /** - * T O D O - */ public function getSourceValue($fieldname) { foreach ($this->getValuesSources() as $valuesSource) {