API Deprecations for template layer

This commit is contained in:
Guy Sartorelli 2024-10-10 16:40:45 +13:00
parent df82162291
commit 87f4e9184e
No known key found for this signature in database

View File

@ -297,9 +297,11 @@ class ContentController extends Controller
/**
* @return ArrayList<SiteTree>
* @deprecated 5.4.0 Use getMenu() instead. You can continue to use $Menu in templates.
*/
public function Menu($level)
{
Deprecation::noticeWithNoReplacment('5.4.0', 'Use getMenu() instead. You can continue to use $Menu in templates.');
return $this->getMenu($level);
}