Home
last modified time | relevance | path

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

/plugin/prosemirror/action/
Dparser.php39 $unparsedJSON = $INPUT->post->str('prosemirror_json');
40 if (empty($unparsedJSON)) {
49 $syntax = $helper->getSyntaxFromProsemirrorData($unparsedJSON);
56 if ($helper->tryToLogErrorToSentry($e, ['json' => $unparsedJSON])) {
90 $unparsedJSON = $INPUT->post->str('prosemirror_json');
95 $syntax = $helper->getSyntaxFromProsemirrorData($unparsedJSON);
102 if ($helper->tryToLogErrorToSentry($e, ['json' => $unparsedJSON])) {
/plugin/prosemirror/
Dhelper.php18 * @param string $unparsedJSON the json produced by Prosemirror
22 public function getSyntaxFromProsemirrorData($unparsedJSON) argument
24 $prosemirrorData = json_decode($unparsedJSON, true);