Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
tool_langimport

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
 Steps definitions related with the Language import tool. More...
 
class  tool_langimport\controller
 Lang import controller. More...
 
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\install_langpacks
 
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' => '*'
)
)