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.

(no description)

File Size: 54 lines (2 kb)
Included or required:0 times
Referenced: 3 times
Includes or requires: 0 files

Defines 1 class

googledocs_content_testcase:: (1 method):
  filter()


Class: googledocs_content_testcase  - X-Ref

Base class for the googledoc repository unit tests related to content browsing and searching.

filter(array $content)   X-Ref
Method used for filtering repository file nodes based on the current disallowed file extensions list.

param: array $content The repository content node
return: bool If returns false, the repository content node should be filtered, otherwise do not filter.