getPrefixedText() ]; * return false; * @return void|bool * False will abort the save attempt and return an error to the client. If false is returned, the implementer * must also set the "message" key in $apiResponse for rendering the error response to the client. */ public function onVisualEditorApiVisualEditorEditPreSave( ProperPageIdentity $page, UserIdentity $user, string $wikitext, array &$params, array $pluginData, array &$apiResponse ); }