12 if (
$session->has(
'last_forward_from')) {
63 if (
$user->language) {
70 $session->remove(
'last_forward_from');
get_user_by_email($email)
Get an array of users from an email address.
elgg_get_session()
Gets Elgg's session object.
elgg forward
Meant to mimic the php forward() function by simply redirecting the user to another page...
get_user_by_username($username)
Get user by username.
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
elgg_trigger_plugin_hook($hook, $type, $params=null, $returnvalue=null)
elgg system_message
Wrapper function for system_messages.
elgg_authenticate($username, $password)
Perform user authentication with a given username and password.
elgg register_error
Wrapper function for system_messages.
register_translations($path, $load_all=false)
When given a full path, finds translation files and loads them.
login(\ElggUser $user, $persistent=false)
Logs in a specified .