phpbb\install\installer::recover_progress PHP Method

recover_progress() protected method

Recover install progress
protected recover_progress ( ) : string
return string Index of the next installer module to execute
    protected function recover_progress()
    {
        $progress_array = $this->install_config->get_progress_data();
        return $progress_array['last_task_module_index'];
    }