. /** * Search area for mod_h5pactivity activities. * * @package mod_h5pactivity * @copyright 2022 Carlos Escobedo * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace mod_h5pactivity\search; /** * Search area for mod_h5pactivity activities. * * @package mod_h5pactivity * @copyright 2022 Carlos Escobedo * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class activity extends \core_search\base_activity { /** * Returns true if this area uses file indexing. * * @return bool */ public function uses_file_indexing() { return true; } }