Elgg  Version master
Variables
body.php File Reference

Go to the source code of this file.

Variables

 $widget = elgg_extract('entity', $vars)
 Widget object body. More...
 
if(! $widget instanceof \ElggWidget$content = elgg_view('object/widget/elements/content', $vars)
 

Variable Documentation

◆ $content

if (! $widget instanceof \ElggWidget) $content = elgg_view('object/widget/elements/content', $vars)

Definition at line 14 of file body.php.

◆ $widget

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

Widget object body.

@uses $vars['entity'] ElggWidget @uses $vars['show_access'] Show the access control in edit area? (true)

Definition at line 9 of file body.php.