Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Files | Namespaces | Classes | Functions | Variables
fileconverter_unoconv

Files

file  converter.php
 Class for converting files between different file formats using unoconv.
 
file  install.php
 Installation for unoconv.
 
file  provider.php
 Privacy provider implementation for fileconverter_unoconv.
 
file  settings.php
 Settings for unoconv.
 
file  version.php
 Version details.
 

Namespaces

namespace  fileconverter_unoconv
  
 
namespace  fileconverter_unoconv\privacy
  
 

Classes

class  fileconverter_unoconv\converter
 Class for converting files between different formats using unoconv. More...
 
class  fileconverter_unoconv\privacy\provider
 Privacy provider implementation for fileconverter_unoconv. More...
 

Functions

 xmldb_fileconverter_unoconv_install ()
 

Variables

 $link = html_writer::link($url, get_string('test_unoconv', 'fileconverter_unoconv'))
 
 $plugin = 2022111800
 
 $url = new moodle_url('/files/converter/unoconv/testunoconv.php')
 
$plugin component = 'fileconverter_unoconv'
 
$plugin version = 2022112800
 

Detailed Description