Elgg  Version 6.2
Variables
type.php File Reference

Go to the source code of this file.

Variables

 $type_text = elgg_extract('type', $vars)
 Display information about the type of the deleted entity. More...
 
if(!isset($type_text)) if (elgg_is_empty( $type_text))
 

Variable Documentation

◆ $type_text

$type_text = elgg_extract('type', $vars)

Display information about the type of the deleted entity.

@uses $vars['entity'] the entity to show information for @uses $vars['type'] type information, if not set will be generated by the system @uses $vars['type_icon'] type imprint icon (default: none)

Definition at line 10 of file type.php.

◆ if

if (!isset( $type_text)) if(elgg_is_empty($type_text)) ( elgg_is_empty( $type_text)  )

Definition at line 32 of file type.php.