Elgg  Version master
Variables
group.php File Reference

Go to the source code of this file.

Variables

 $options = (array) elgg_extract('options', $vars)
 List all the deleted entities in the given group. More...
 
 $entity = elgg_extract('entity', $vars)
 
if(! $entity instanceof \ElggGroup$owner_options
 
 $vars ['options'] = array_merge($options, $owner_options)
 

Variable Documentation

◆ $entity

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

Definition at line 10 of file group.php.

◆ $options

$options = (array) elgg_extract('options', $vars)

List all the deleted entities in the given group.

@uses $vars['options'] Additional listing options @uses $vars['entity'] Group

Definition at line 9 of file group.php.

◆ $owner_options

if (! $entity instanceof \ElggGroup) $owner_options
Initial value:
= [
'container_guid' => $entity->guid,
'preload_containers' => false,
]
$entity
Definition: group.php:10

Definition at line 15 of file group.php.

◆ $vars

$vars[ 'options'] = array_merge($options, $owner_options)

Definition at line 20 of file group.php.