buildPageData(); $overview = $pageData['overview'] ?? []; $modules = $pageData['modules'] ?? []; $permissions = $pageData['permissions'] ?? []; $healthChecks = $overview['health_checks'] ?? []; Buffer::set('title', t('System Info')); $breadcrumbs = [ ['label' => t('Home'), 'path' => 'admin'], ['label' => t('System Info')], ];