*/ public function sourceRecords($params = null) { return SiteTree::get() ->exclude('ClassName', RedirectorPage::class) ->filter('Content', [null, '', '
', '']) ->sort('Title'); } public function columns() { return [ "Title" => [ "title" => "Title", "link" => true, ], ]; } }