Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
|
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 | |
namespace | fileconverter_googledrive |
| |
namespace | 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. | |
Variables | |
$plugin = 2022111800 | |
$plugin | component = 'fileconverter_googledrive' |
$plugin | version = 2022112800 |
fileconverter_googledrive_oauth2_system_scopes | ( | \core\oauth2\issuer | $issuer | ) |
Callback to get the required scopes for system account.
core::oauth2::issuer | $issuer |
string |