Elgg  Version 4.3
icon.php
Go to the documentation of this file.
1 <?php
12 if (!$item instanceof ElggEntity) {
13  return;
14 }
15 
16 $size = elgg_extract('size', $vars, 'small');
17 unset($vars['item']);
18 unset($vars['size']);
19 
if(!$item instanceof ElggEntity) $size
Definition: icon.php:16
$vars['class']
Display an icon from the FontAwesome library.
Definition: icon.php:8
$item
Render an icon.
Definition: icon.php:11
elgg_view_entity_icon(\ElggEntity $entity, $size= 'medium', $vars=[])
View the icon of an entity.
Definition: views.php:567
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition: elgglib.php:547
elgg echo
Translates a string.
Definition: deprecated.js:530