Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$entity_guid = (int) get_input('entity_guid') | |
$entity | |
if(!$entity instanceof\ElggEntity) | if (!$entity->canEdit()) |
$owner = $entity->getOwnerEntity() | |
if($owner instanceof\ElggUser &&$owner->getGroups(['count'=> true])) | else |
$footer | |
$entity |
Definition at line 12 of file chooserestoredestination.php.
$entity_guid = (int) get_input('entity_guid') |
Definition at line 11 of file chooserestoredestination.php.
$footer |
Definition at line 75 of file chooserestoredestination.php.
$owner = $entity->getOwnerEntity() |
Definition at line 29 of file chooserestoredestination.php.
if ($owner instanceof\ElggUser &&$owner->getGroups(['count'=> true])) else |
Definition at line 63 of file chooserestoredestination.php.
if (!$entity instanceof\ElggEntity) if(!$entity->canEdit()) |
Definition at line 19 of file chooserestoredestination.php.