Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)

Namespaces

namespace  tool_langimport\task
  
 

Classes

class  tool_langimport\task\install_langpacks
 Ad hoc task to install one or more language packs. 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' => '*'
)
)