You are here

public static function HtmlMailHelper::getUserDataName in HTML Mail 8.3

Same name and namespace in other branches
  1. 8 src/Helper/HtmlMailHelper.php \Drupal\htmlmail\Helper\HtmlMailHelper::getUserDataName()

Retrieves the user data name.

Return value

string The data field name stored on user data.

File

src/Helper/HtmlMailHelper.php, line 59

Class

HtmlMailHelper
Class HtmlMailHelper.

Namespace

Drupal\htmlmail\Helper

Code

public static function getUserDataName() {
  return self::HTMLMAIL_USER_DATA_NAME;
}