File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -252,14 +252,12 @@ protected static function fetchDashletNavigationItemConfigs()
252252 }
253253
254254 /**
255- * Fetches the navigation items for the currently authenticated user.
255+ * Fetches navigation items for the current user.
256256 *
257- * This method iterates through all registered navigation types, loads the
258- * user-specific configuration for each type, and compiles a complete
259- * list of menu items.
257+ * Iterates through all registered navigation types, loads both user-specific
258+ * and shared configurations, and returns a list of menu items.
260259 *
261- * @return array An array of navigation items, where each item is an
262- * associative array containing 'name' and 'url' keys.
260+ * @return array Each item is an associative array with 'name' and 'url' keys.
263261 * Example: [ ['name' => 'Home', 'url' => '/'], ['name' => 'Profile', 'url' => '/profile'] ]
264262 */
265263 protected static function fetchNavigationItems ()
You can’t perform that action at this time.
0 commit comments