MDL-72058 reportbuilder: replace custom dataformat export format.
commit5b353b73d63427ecdc028889ea30f5c9a42b8dd7
authorPaul Holden <paulh@moodle.com>
Mon, 25 Jul 2022 13:19:15 +0000 (25 14:19 +0100)
committerPaul Holden <paulh@moodle.com>
Mon, 3 Oct 2022 08:16:06 +0000 (3 09:16 +0100)
tree332d0a2620c0da2861b1758176505961b73a06cc
parent703f0b2a0332255c3e45185a32d57eb60c51814f
MDL-72058 reportbuilder: replace custom dataformat export format.

The formatting of exported dataformat content is now always dependent
on whether the format supports HTML or not, so we no longer need our
custom export class for providing the same.
reportbuilder/classes/local/helpers/schedule.php
reportbuilder/classes/output/dataformat_export_format.php [deleted file]
reportbuilder/classes/table/base_report_table.php