Elgg  Version 2.3
Variables
edit.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('entity', $vars)
 Edit profile form. More...
 
 $sticky_values = elgg_get_sticky_values('profile:edit')
 
 $profile_fields = elgg_get_config('profile_fields')
 

Variable Documentation

$entity = elgg_extract('entity', $vars)

Edit profile form.

Use 'profile:fields','profile' hook to modify profile fields configuration. Profile fields are configuration as an array of $shortname => $input_type pairs, where $shortname is the metadata name used to store the value, and the $input_type is an input view used to render the field input element.

vars['entity']

Definition at line 12 of file edit.php.

$profile_fields = elgg_get_config('profile_fields')

Definition at line 24 of file edit.php.

$sticky_values = elgg_get_sticky_values('profile:edit')

Definition at line 22 of file edit.php.