. /** * Defines the theme tasks * * @package theme_moove * @copyright 2020 Willian Mano - http://conecti.me * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ // This line protects the file from being accessed by a URL directly. defined('MOODLE_INTERNAL') || die(); $tasks = [ [ 'classname' => 'theme_moove\task\diskusage', 'blocking' => 1, 'minute' => '0', 'hour' => '4', 'day' => '*', 'month' => '*', 'dayofweek' => '*', ], ];