Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
repository_googledocs

Topics

 test
 
 

Directories

directory local
  
 

Namespaces

namespace  repository_googledocs
  
 
namespace  repository_googledocs\local\browser
  
 
namespace  repository_googledocs\local\node
  
 
namespace  repository_googledocs\privacy
 Privacy Subsystem implementation for repository_googledocs.
 

Classes

class  googledocs_content_testcase
 Base class for the googledoc repository unit tests related to content browsing and searching. More...
 
class  repository_googledocs\googledocs_content
 Base class for presenting the googledocs repository contents. More...
 
class  repository_googledocs\googledocs_content_search
 Utility class for displaying google drive content that matched a given search criteria. More...
 
class  repository_googledocs\helper
 Helper class for the googledocs repository. More...
 
class  repository_googledocs\local\browser\googledocs_drive_content
 Utility class for browsing content from or within a specified google drive. More...
 
class  repository_googledocs\local\browser\googledocs_root_content
 Utility class for browsing the content within the googledocs repository root. More...
 
class  repository_googledocs\local\browser\googledocs_shared_drives_content
 Utility class for browsing the content within the googledocs repository shared drives root. More...
 
class  repository_googledocs\local\node\file_node
 Class used to represent a file node in the googledocs repository. More...
 
class  repository_googledocs\local\node\folder_node
 Class used to represent a folder node in the googledocs repository. More...
 
interface  repository_googledocs\local\node\node
 The googledocs repository content node interface. More...
 
class  repository_googledocs\privacy\provider
 Privacy Subsystem for repository_googledocs implementing metadata and plugin providers. More...
 
class  repository_googledocs\rest
 Google Drive Rest API. More...
 
class  repository_googledocs_testcase
 Base class for the googledoc repository unit tests. More...
 

Variables

 $capabilities
 
global $CFG
 
 $definitions
 

Detailed Description

Variable Documentation

◆ $capabilities

$capabilities
Initial value:
= array(
'repository/googledocs:view' => array(
'captype' => 'read',
'contextlevel' => CONTEXT_MODULE,
'archetypes' => array(
'user' => CAP_ALLOW
)
)
)
const CAP_ALLOW
Allow permission, overrides CAP_PREVENT defined in parent contexts.
Definition accesslib.php:115
const CONTEXT_MODULE
Course module context level - one instance for each course module.
Definition accesslib.php:130

◆ $definitions

$definitions
Initial value:
= array(
'folder' => array(
'mode' => cache_store::MODE_APPLICATION,
'simplekeys' => false,
'simpledata' => true,
'staticacceleration' => true,
'staticaccelerationsize' => 10,
'canuselocalstore' => true
),
)