mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
API Update for SilverStripe\CMS namespace
Remove unused reports
This commit is contained in:
parent
77a696ecdd
commit
5953957881
@ -58,7 +58,7 @@ class SS_Report extends ViewableData
|
|||||||
* The class of object being managed by this report.
|
* The class of object being managed by this report.
|
||||||
* Set by overriding in your subclass.
|
* Set by overriding in your subclass.
|
||||||
*/
|
*/
|
||||||
protected $dataClass = 'SiteTree';
|
protected $dataClass = 'SilverStripe\\CMS\\Model\\SiteTree';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A field that specifies the sort order of this report
|
* A field that specifies the sort order of this report
|
||||||
@ -74,12 +74,6 @@ class SS_Report extends ViewableData
|
|||||||
'SS_Report',
|
'SS_Report',
|
||||||
'SS_ReportWrapper',
|
'SS_ReportWrapper',
|
||||||
'SideReportWrapper',
|
'SideReportWrapper',
|
||||||
'SideReport_RecentlyEdited', // @deprecated 3.2..4.0
|
|
||||||
'SideReport_EmptyPages', // @deprecated 3.2..4.0
|
|
||||||
'SideReport_BrokenVirtualPages', // @deprecated 3.2..4.0
|
|
||||||
'SideReport_BrokenRedirectorPages', // @deprecated 3.2..4.0
|
|
||||||
'SideReport_BrokenLinks', // @deprecated 3.2..4.0
|
|
||||||
'SideReport_BrokenFiles' // @deprecated 3.2..4.0
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user