Searched refs:serializeFormToJson (Results 1 – 2 of 2) sorted by relevance
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/ |
H A D | FormErrorHandlerTest.php | 69 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, [])); 79 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, [])); 90 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, [])); 119 $data = json_encode($this->handler->serializeFormToJson($this->visitor, $form, [])); 134 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/ |
H A D | FormErrorHandler.php | 86 …public function serializeFormToJson(JsonSerializationVisitor $visitor, Form $form, array $type): \… function in JMS\\Serializer\\Handler\\FormErrorHandler
|