Deprecated
Table of Contents
src/Database/BlogPost.php |
src/Database/ModernPage.php |
src/Database/ModernPageSection.php |
BlogPost.php
Line | Element | Reason |
---|---|---|
134 | BlogPost::replaceSegments() | Use replaceSegments instead |
420 | BlogPost::getSegments() | Use getSections instead |
ModernPage.php
Line | Element | Reason |
---|---|---|
191 | ModernPage::getSegments() | Use getSections instead |
204 | ModernPage::replaceSegments() | Use replaceSections instead |
ModernPageSection.php
Line | Element | Reason |
---|---|---|
89 | ModernPageSection::getSegmentPage() | Use getModernPage instead |