Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$entity = elgg_extract('entity', $vars) | |
if(!$entity instanceof ElggUpgrade) | $batch = $entity->getBatch() |
if(!$batch||$batch->shouldBeSkipped()) | $count = $batch->countItems() |
$data | |
$timer = elgg_format_element('span', ['class' => 'upgrade-timer'], '00:00:00') | |
$counter | |
$progressbar | |
$errors_link | |
$errors | |
$params | |
if (!$entity instanceof ElggUpgrade) $batch = $entity->getBatch() |
Definition at line 15 of file pending.php.
if (!$batch||$batch->shouldBeSkipped()) $count = $batch->countItems() |
Definition at line 21 of file pending.php.
$counter |
Definition at line 30 of file pending.php.
$data |
Definition at line 23 of file pending.php.
$entity = elgg_extract('entity', $vars) |
Definition at line 10 of file pending.php.
$errors |
Definition at line 44 of file pending.php.
$errors_link |
Definition at line 38 of file pending.php.
$params |
Definition at line 49 of file pending.php.
$progressbar |
Definition at line 34 of file pending.php.
$timer = elgg_format_element('span', ['class' => 'upgrade-timer'], '00:00:00') |
Definition at line 28 of file pending.php.