فهرست منبع

Updated function name, configureSideMenu is depreciated

Layton Everson 9 سال پیش
والد
کامیت
00a8657df0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Resources/doc/reference/architecture.rst

+ 1 - 1
Resources/doc/reference/architecture.rst

@@ -369,7 +369,7 @@ To display the ``CommentAdmin`` extend the menu in your ``PostAdmin`` class:
     {
     {
         // ...
         // ...
 
 
-        protected function configureSideMenu(MenuItemInterface $menu, $action, AdminInterface $childAdmin = null)
+        protected function configureTabMenu(MenuItemInterface $menu, $action, AdminInterface $childAdmin = null)
         {
         {
             if (!$childAdmin && !in_array($action, array('edit', 'show'))) {
             if (!$childAdmin && !in_array($action, array('edit', 'show'))) {