1
Basically, I want to add some functionality to the module.textsanitizer php file, specifically the displayTarea() function, but I have no idea how to go about it right now.
I don't really want to modify the file itself - I know it's possible to extend a class, but can you add something to a function in a class?