Elgg  Version master
Variables
contents.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('entity', $vars)
 Displays information about the author and the time of deletion. More...
 
 if (! $entity instanceof \ElggEntity)
 
 $imprint = elgg_extract('imprint', $vars)
 

Variable Documentation

◆ $entity

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

Displays information about the author and the time of deletion.

@uses $vars['entity'] The entity to show the information for @uses $vars['byline'] Byline If not set, will display default author/container information If set to false, byline will not be rendered @uses $vars['show_links'] Owner and container text should show as links (default: true) @uses $vars['time'] Time of the post If not set, will display the time when the entity was created (time_created attribute) If set to false, time string will not be rendered @uses $vars['time_icon'] Icon name to be used with time info Set to false to not render an icon Default is 'history' @uses $vars['imprint'] An array of imprint elements ['icon_name' => 'calendar', 'content' => 'Starts on Jan 12']

Definition at line 20 of file contents.php.

◆ $imprint

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

Definition at line 30 of file contents.php.

◆ if

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

Definition at line 21 of file contents.php.