Elgg  Version 5.1
link.php
Go to the documentation of this file.
1 <?php
11 if (!$entity instanceof ElggEntity) {
12  return;
13 }
14 
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition: elgglib.php:254
$vars
Definition: theme.php:5
elgg_view_entity_url(\ElggEntity $entity, array $options=[])
Helper function for outputting a link to an entity.
Definition: views.php:1498