Quellcode durchsuchen

Updated function name, configureSideMenu is depreciated

Layton Everson vor 9 Jahren
Ursprung
Commit
00a8657df0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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'))) {