Elgg  Version master
Variables
all.php File Reference

Go to the source code of this file.

Variables

 $defaults
 Generic view for entity listing. More...
 
 $options = (array) elgg_extract('options', $vars, [])
 
 if (empty( $options[ 'type']) &&empty( $options[ 'subtype']))
 

Variable Documentation

◆ $defaults

$defaults
Initial value:
= [
'no_results' => true,
'distinct' => false,
]

Generic view for entity listing.

@uses $vars['options'] array with additional listing options

Definition at line 8 of file all.php.

◆ $options

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

Definition at line 13 of file all.php.

◆ if

if(empty($options['type']) &&empty($options['subtype'])) ( empty( $options[ 'type']) &&empty( $options[ 'subtype'])  )

Definition at line 16 of file all.php.