Skip to content

Commit

Permalink
CRM-21472 - Flag methods made redundant by FlexMailer's validator
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Nov 28, 2017
1 parent 7705c64 commit dfbda5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CRM/Mailing/BAO/Mailing.php
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,8 @@ public static function create(&$params, $ids = array()) {
}

/**
* @deprecated
* This is used by CiviMail but will be made redundant by FlexMailer.
* @param CRM_Mailing_DAO_Mailing $mailing
* The mailing which may or may not be sendable.
* @return array
Expand Down
2 changes: 2 additions & 0 deletions CRM/Utils/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ class CRM_Utils_Token {


/**
* @deprecated
* This is used by CiviMail but will be made redundant by FlexMailer.
* @return array
*/
public static function getRequiredTokens() {
Expand Down

0 comments on commit dfbda5e

Please sign in to comment.