public static function HtmlMailHelper::getUserDataName in HTML Mail 8
Same name and namespace in other branches
- 8.3 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\HelperCode
public static function getUserDataName() {
return self::HTMLMAIL_USER_DATA_NAME;
}