API Deprecate duplicateSubsiteRelations. Use "cascade_duplicates" config API instead.

This commit is contained in:
Robbie Averill 2018-08-24 10:13:22 +12:00
parent 6747b5ffe8
commit 8af796fa7a

View File

@ -231,6 +231,8 @@ class SiteTreeSubsites extends DataExtension
* It may be that some relations are not diostinct to sub site so can stay * It may be that some relations are not diostinct to sub site so can stay
* whereas others may need to be duplicated * whereas others may need to be duplicated
* *
* @deprecated 2.2..3.0 Use the "cascade_duplicates" config API instead
* @param SiteTree $originalPage
*/ */
public function duplicateSubsiteRelations($originalPage) public function duplicateSubsiteRelations($originalPage)
{ {