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

Files

file  behat_tool_langimport.php
 Behat steps definitions for Language import tool.
 
file  controller.php
 Lang import controller.
 
file  langimport_page.php
 Language import page.
 
file  langpack_imported.php
 The langimport langpack imported event.
 
file  langpack_removed.php
 The langimport langpack removed event.
 
file  langpack_updated.php
 The langimport langpack updated event.
 
file  locale.php
 Helper class for the language import tool.
 
file  provider.php
 Privacy Subsystem implementation for tool_langimport.
 
file  renderer.php
 Renderers.
 
file  tasks.php
 Definition of langimport tasks.
 
file  update_langpacks_task.php
 A scheduled task for updating langpacks.
 

Namespaces

namespace  tool_langimport
  
 
namespace  tool_langimport\event
  
 
namespace  tool_langimport\output
  
 
namespace  tool_langimport\privacy
  
 
namespace  tool_langimport\task
  
 

Classes

class  behat_tool_langimport
 
class  tool_langimport\controller
 Lang import controller. More...
 
class  tool_langimport\event\langpack_imported
 
class  tool_langimport\event\langpack_removed
 
class  tool_langimport\event\langpack_updated
 
class  tool_langimport\output\langimport_page
 Language import page class. More...
 
class  tool_langimport\output\renderer
 Renderer class. More...
 
class  tool_langimport\privacy\provider
 Privacy Subsystem for tool_langimport implementing null_provider. More...
 
class  tool_langimport\task\update_langpacks_task
 A scheduled task for updating langpacks. More...
 

Variables

 $tasks
 

Detailed Description

Variable Documentation

◆ $tasks

$tasks
Initial value:
= array(
array(
'classname' => 'tool_langimport\task\update_langpacks_task',
'blocking' => 0,
'minute' => 'R',
'hour' => '4',
'day' => '*',
'month' => '*',
'dayofweek' => '*'
)
)