Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$entity = elgg_extract('entity', $vars) | |
Show user attributes in admin listings. More... | |
if(!$entity instanceof\ElggUser) | $data |
$rows = [] | |
foreach ($data as $row) | |
if (!$entity instanceof\ElggUser) $data |
Definition at line 13 of file attributes.php.
$entity = elgg_extract('entity', $vars) |
Show user attributes in admin listings.
$vars['entity'] The user entity to show
Definition at line 8 of file attributes.php.
$rows = [] |
Definition at line 60 of file attributes.php.
foreach($data as $row) |
Definition at line 61 of file attributes.php.