| 1 | <?php |
||
| 24 | class AjaxController |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * Manages ajax call, if success executes success actions found in formWrapper. |
||
| 28 | * |
||
| 29 | * @param FormWrapper $formWrapper The form wrapper |
||
| 30 | * |
||
| 31 | * @return string |
||
| 32 | */ |
||
| 33 | public function ajaxAction(FormWrapper $formWrapper) |
||
| 50 | |||
| 51 | /** |
||
| 52 | * Returns serialized errors array. |
||
| 53 | * |
||
| 54 | * @param FormInterface $form The form |
||
| 55 | * |
||
| 56 | * @return array |
||
| 57 | */ |
||
| 58 | protected function getFormErrors(FormInterface $form) |
||
| 72 | } |
||
| 73 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.