protected function define_submission_subplugin_structure()

in backup/moodle2/restore_assignsubmission_onenote_subplugin.class.php [39:49]


    protected function define_submission_subplugin_structure() {

        $paths = array();

        $elename = $this->get_namefor('submission');
        $elepath = $this->get_pathfor('/submission_onenote');
        // We used get_recommended_name() so this works.
        $paths[] = new restore_path_element($elename, $elepath);

        return $paths;
    }