public UserDataInterface::get($module, $uid = NULL, $name = NULL)
Returns data stored for a user account.
Parameters
string $module: The name of the module the data is associated with.
int $uid: (optional) The user account ID the data is associated with.
string $name: (optional) The name of the data key.
Return value
mixed|array The requested user account data, depending on the arguments passed:
For $module, $name, and $uid, the stored value is returned, or NULL if no value was found. For $mo