/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/templates/element
NameSizeModeActions
cache_panel.php33490644editdlrm
deprecations_panel.php16590644editdlrm
environment_panel.php35350644editdlrm
history_panel.php51290644editdlrm
include_panel.php10260644editdlrm
log_panel.php15090644editdlrm
mail_panel.php17960644editdlrm
packages_panel.php45970644editdlrm
preview_header.php9530644editdlrm
request_panel.php21190644editdlrm
routes_panel.php33570644editdlrm
session_panel.php6810644editdlrm
sql_log_panel.php31560644editdlrm
timer_panel.php32110644editdlrm
variables_panel.php23580644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/templates/element/routes_panel.php (3357B)
defaults['plugin'] ?? 'app'; if (!array_key_exists($group, $amountOfRoutesPerGroup)) { $amountOfRoutesPerGroup[$group] = 0; } $amountOfRoutesPerGroup[$group]++; if (!array_key_exists($route->template, $duplicateRoutes)) { $duplicateRoutes[$route->template] = 0; } $duplicateRoutes[$route->template]++; } $pluginNames = []; foreach (CorePlugin::loaded() as $pluginName) { if (!empty($amountOfRoutesPerGroup[$pluginName])) { $name = sprintf('%s (%s)', $pluginName, $amountOfRoutesPerGroup[$pluginName]); $pluginNames[$name] = Text::slug($pluginName); } } ?>
$parsedName) : ?>
defaults['plugin'])) : $class = 'c-routes-panel__route-entry c-routes-panel__route-entry--app'; else : $class = 'c-routes-panel__route-entry ' . 'c-routes-panel__route-entry--plugin c-routes-panel__route-entry--plugin-' . Text::slug($route->defaults['plugin']); // Hide DebugKit internal routes by default if ($route->defaults['plugin'] === 'DebugKit') { $class .= ' is-hidden'; } endif; // Highlight current route if ($matchedRoute === $route->template) { $class .= ' highlighted'; } // Mark duplicate routes if ($duplicateRoutes[$route->template] > 1) { $class .= ' duplicate-route'; } ?>
Route name URI template Defaults
options, '_name', $route->getName())) ?> template) ?>
defaults, JSON_PRETTY_PRINT) ?>