apiHookResult can be set to an array to be returned * by api.php action=edit. This is used to deliver captchas. * * @since 1.35 * * @param IContextSource $context * @param Content $content Content of the edit box * @param Status $status Status object to represent errors, etc. * @param string $summary Edit summary for page * @param User $user User whois performing the edit * @param bool $minoredit Whether the edit was marked as minor by the user. * @return bool|void True or no return value to continue or false to abort the edit. * Returning true if $status->isOK() returns false means "don't save but continue user * interaction", e.g. show the edit form. */ public function onEditFilterMergedContent( $context, $content, $status, $summary, $user, $minoredit ); }