Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
Files | Namespaces | Classes | Variables
tool_lpmigrate

Files

file  access.php
 Capabilities.
 
file  framework_mapper.php
 Framework mapper.
 
file  framework_processor.php
 Processor.
 
file  migrate_framework.php
 Form.
 
file  migrate_framework_results.php
 Migrate frameworks results.
 
file  provider.php
 Privacy Subsystem implementation for tool_lpmigrate.
 
file  renderer.php
 Renderers.
 
file  settings.php
 Links and settings.
 
file  version.php
 Plugin version info.
 

Namespaces

namespace  tool_lpmigrate
  
 
namespace  tool_lpmigrate\form
  
 
namespace  tool_lpmigrate\output
  
 
namespace  tool_lpmigrate\privacy
  
 

Classes

class  tool_lpmigrate\form\migrate_framework
 Form class. More...
 
class  tool_lpmigrate\framework_mapper
 Framework mapper class. More...
 
class  tool_lpmigrate\framework_processor
 Processor class. More...
 
class  tool_lpmigrate\output\migrate_framework_results
 Migrate frameworks results class. More...
 
class  tool_lpmigrate\output\renderer
 Renderer class. More...
 
class  tool_lpmigrate\privacy\provider
 Privacy Subsystem for tool_lpmigrate implementing null_provider. More...
 

Variables

 $capabilities
 
 $plugin = 2020060900
 
$plugin component = 'tool_lpmigrate'
 
$plugin dependencies
 
$plugin version = 2020061500
 

Detailed Description

Variable Documentation

◆ $capabilities

$capabilities
Initial value:
= array(
'tool/lpmigrate:frameworksmigrate' => array(
'captype' => 'write',
'contextlevel' => CONTEXT_SYSTEM,
'archetypes' => array(
'manager' => CAP_ALLOW
),
),
)
const CONTEXT_SYSTEM
System context level - only one instance in every system.
Definition: accesslib.php:122
const CAP_ALLOW
Allow permission, overrides CAP_PREVENT defined in parent contexts.
Definition: accesslib.php:115

◆ dependencies

$plugin dependencies
Initial value:
= array(
'tool_lp' => ANY_VERSION
)
const ANY_VERSION
Any version - special value that can be used in $plugin->dependencies in version.php files.
Definition: component.php:38