Elgg  Version master
Variables
entity_menu.php File Reference

Go to the source code of this file.

Variables

 $item = elgg_extract('item', $vars)
 Render an entity menu element. More...
 
 if (! $item instanceof \ElggEntity)
 

Variable Documentation

◆ $item

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

Render an entity menu element.

@uses $vars['item'] The item being rendered @uses $vars['item_vars'] Vars received from the page/components/table view @uses $vars['type'] The item type or ""

Definition at line 10 of file entity_menu.php.

◆ if

if(! $item instanceof \ElggEntity) ( ! $item instanceof \  ElggEntity)

Definition at line 11 of file entity_menu.php.