Skip to content

Commit

Permalink
ENH #16378: New Plugin Event: beforeTokenImport
Browse files Browse the repository at this point in the history
Code Review: Params
  • Loading branch information
gabrieljenik committed Oct 22, 2020
1 parent dd76ffe commit 52b28cb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions application/controllers/admin/tokens.php
Expand Up @@ -2801,14 +2801,8 @@ protected function tokenIsSetInEmailCache($iSurveyId, $tid, $bIsInvitation)
* Dispatches the beforeTokenImport event
* @param int $iSurveyId
* @param array $aToken
* @param string $sUploadCharset
* @param boolean $bFilterDuplicateToken
* @param boolean $bFilterBlankEmail
* @param boolean $bAllowInvalidEmail
* @param array $aFilterDuplicateFields
* @param string $sSeparator
* @param boolean $bShowWarningToken
* @param int $iRecordCount
* @param array $aOptions
* @return array
*/
protected function dispatchBeforeTokenImport($iSurveyId, $aToken, $iRecordCount, $aOptions)
Expand Down

0 comments on commit 52b28cb

Please sign in to comment.