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

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

Definition at line 14 of file body.php.

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

Widget object body.

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

Definition at line 9 of file body.php.