Elgg  Version master
Variables
widgets.php File Reference

Go to the source code of this file.

Variables

 $num_columns = (int) elgg_extract('num_columns', $vars, 3)
 Elgg widgets layout. More...
 
 $show_add_widgets = elgg_extract('show_add_widgets', $vars, true)
 
 $show_access = elgg_extract('show_access', $vars, true)
 
 $owner_guid = (int) elgg_extract('owner_guid', $vars)
 
 $page_owner = elgg_get_page_owner_entity()
 
if($owner_guid) else
 
if(! $owner instanceof \ElggEntity$context = elgg_get_context()
 
if(empty($page_owner)|| $owner->guid !==$page_owner->guid) $widgets = elgg_get_widgets($owner->guid, $context)
 
 $result = ''
 
 $no_widgets = elgg_extract('no_widgets', $vars)
 
if(!empty($widgets)) if(!isset($widgets[$num_columns])) foreach($widgets as $index=> $column_widgets) $grid = ''
 

Variable Documentation

◆ $context

if (! $owner instanceof \ElggEntity) $context = elgg_get_context()

Definition at line 28 of file widgets.php.

◆ $grid

if (!empty( $widgets)) if (!isset( $widgets[ $num_columns])) foreach ( $widgets as $index=> $column_widgets) $grid = ''

Definition at line 84 of file widgets.php.

◆ $no_widgets

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

Definition at line 43 of file widgets.php.

◆ $num_columns

$num_columns = (int) elgg_extract('num_columns', $vars, 3)

Elgg widgets layout.

@uses $vars['no_widgets'] Optional string or Closure that will be show if there are no widgets @uses $vars['num_columns'] Number of widget columns for this layout (3) @uses $vars['show_add_widgets'] Display the add widgets button and panel (true) @uses $vars['show_access'] Show the access control (true) @uses $vars['owner_guid'] Widget owner GUID (optional, defaults to page owner GUID)

Definition at line 12 of file widgets.php.

◆ $owner_guid

$owner_guid = (int) elgg_extract('owner_guid', $vars)

Definition at line 15 of file widgets.php.

◆ $page_owner

$page_owner = elgg_get_page_owner_entity()

Definition at line 17 of file widgets.php.

◆ $result

for ( $column_index=1;$column_index<=$num_columns;$column_index++) $result = ''

Definition at line 42 of file widgets.php.

◆ $show_access

$show_access = elgg_extract('show_access', $vars, true)

Definition at line 14 of file widgets.php.

◆ $show_add_widgets

$show_add_widgets = elgg_extract('show_add_widgets', $vars, true)

Definition at line 13 of file widgets.php.

◆ $widgets

if (empty( $page_owner)||$owner->guid !==$page_owner->guid) $widgets = elgg_get_widgets($owner->guid, $context)

Definition at line 40 of file widgets.php.

◆ else

if ( $owner_guid) else
Initial value:
{
$owner
Definition: upload.php:7
$page_owner
Definition: widgets.php:17

Definition at line 20 of file widgets.php.