Home
last modified time | relevance | path

Searched refs:unparsedJSON (Results 1 – 2 of 2) sorted by relevance

/plugin/prosemirror/action/
H A Dparser.php41 $unparsedJSON = $INPUT->post->str('prosemirror_json');
42 if (empty($unparsedJSON)) {
51 $syntax = $helper->getSyntaxFromProsemirrorData($unparsedJSON);
58 if ($helper->tryToLogErrorToSentry($e, ['json' => $unparsedJSON])) {
91 $unparsedJSON = $INPUT->post->str('prosemirror_json');
96 $syntax = $helper->getSyntaxFromProsemirrorData($unparsedJSON);
103 if ($helper->tryToLogErrorToSentry($e, ['json' => $unparsedJSON])) {
/plugin/prosemirror/
H A Dhelper.php18 * @param string $unparsedJSON the json produced by Prosemirror
22 public function getSyntaxFromProsemirrorData($unparsedJSON) argument
24 $prosemirrorData = json_decode($unparsedJSON, true);