tokenID_basePrefix = $table . ':' . $uid . ':' . $field . ':' . $structurePath . ':' . $spKey; $tokenId = $this->makeTokenID($content); return [ 'content' => '{softref:' . $tokenId . '}', 'elements' => [ $tokenId => [ 'matchString' => $content, 'subst' => [ 'type' => 'string', 'tokenID' => $tokenId, 'tokenValue' => $content ], ] ] ]; } }