Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
core\formatting Member List

This is the complete list of members for core\formatting, including all inherited members.

$filterallcore\formattingprotected
$forcecleancore\formattingprotected
$formatstringcachecore\formattingprotected
$striptagscore\formattingprotected
format_string(?string $string, bool $striplinks=true, ?context $context=null, bool $filter=true, bool $escape=true,)core\formatting
format_text(?string $text, string $format=FORMAT_MOODLE, ?context $context=null, bool $trusted=false, ?bool $clean=null, bool $filter=true, bool $para=true, bool $newlines=true, bool $overflowdiv=false, bool $blanktarget=false, bool $allowid=false,)core\formatting
get_filterall()core\formatting
get_forceclean()core\formatting
get_striptags()core\formatting
set_filterall(bool $filterall)core\formatting
set_forceclean(bool $forceclean)core\formatting
set_striptags(bool $striptags)core\formatting
should_filter_string()core\formattingprotected