Hello everyone,
I want to get the content from my plugin, it's almost the same as the page plugin.
I tried the following lines, but it didn't work for me.
global $DB;
$content = $DB->get_record('newmodule', ['content'=>$content]);
Does anybody know how I can get the content for further processing?
Thanks in advance