Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
tool_lpmigrate

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 = 2023100400
 
$plugin component = 'tool_lpmigrate'
 
$plugin dependencies
 
$plugin version = 2023100900
 

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:
= [
'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