block extends abstract_block AbstractYes Public SDK Block. Extend this class to publish Moodle blocks that delegate rendering and business logic to your extension services instead of Moodle globals. Tags example class latest_news_block extends \local_middag\base\block { // Provide block content using your extension's services. } Table of Contents ×