Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Component implementing search for testing purposes.

Copyright: David Monllao {@link http://www.davidmonllao.com}
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 147 lines (5 kb)
Included or required: 3 times
Referenced: 6 times
Includes or requires: 0 files

Defines 1 class


Class: mock_search_area  - X-Ref

is_enabled()   X-Ref
To make things easier, base class required config stuff.

return: bool

get_recordset_by_timestamp($modifiedfrom = 0)   X-Ref
No description

convert_record_to_doc_array($record)   X-Ref
A helper function that will turn a record into 'data array', for use with document building.


get_document($record, $options = array()   X-Ref
No description

attach_files($document)   X-Ref
No description

uses_file_indexing()   X-Ref
No description

check_access($id)   X-Ref
No description

get_doc_url(\core_search\document $doc)   X-Ref
No description

get_context_url(\core_search\document $doc)   X-Ref
No description

get_visible_name($lazyload = false)   X-Ref
No description

set_indexing_delay($seconds)   X-Ref
Sets a fake delay to simulate time taken doing the indexing query.

param: float $seconds Delay in seconds for each time indexing query is called