. /** * This file contains a controller for receiving Tiny Equation service requests * * @package tiny_equation * @copyright 2022 Huong Nguyen * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; $functions = [ 'tiny_equation_filter' => [ 'classname' => 'tiny_equation\external\filter', 'methodname' => 'execute', 'description' => 'Filter the equation', 'type' => 'read', 'ajax' => true ], ];