Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Files | |
file | converter.php |
Class for converting files between different file formats using google drive. | |
file | lib.php |
This plugin is used to convert documents with google drive. | |
file | provider.php |
Privacy class for requesting user data. | |
file | rest.php |
Google Drive Rest API. | |
file | settings.php |
Link to the OAuth 2 service we will use. | |
file | version.php |
Version details. | |
Namespaces | |
fileconverter_googledrive | |
| |
fileconverter_googledrive\privacy | |
| |
Classes | |
class | fileconverter_googledrive\converter |
Class for converting files between different formats using unoconv. More... | |
class | fileconverter_googledrive\privacy\provider |
Privacy class for requesting user data. More... | |
class | fileconverter_googledrive\rest |
Google Drive Rest API. More... | |
Functions | |
fileconverter_googledrive_oauth2_system_scopes (\core\oauth2\issuer $issuer) | |
Callback to get the required scopes for system account. More... | |
Variables | |
$plugin | component = 'fileconverter_googledrive' |
$plugin | requires = 2019111200 |
$plugin | version = 2019111800 |
fileconverter_googledrive_oauth2_system_scopes | ( | \core\oauth2\issuer | $issuer | ) |
Callback to get the required scopes for system account.
core\oauth2\issuer | $issuer |
string |