get('cache_level') < 0) { $description = $t('Will be using the unminified version due to AdvAgg being in Development mode.'); } $requirements['advagg_cdn'] = [ 'title' => $t('AdvAgg CDN'), 'severity' => REQUIREMENT_OK, 'value' => $t('OK'), 'description' => $t('Selected libraries should be coming from the CDN.') . ' ' . $description, ]; return $requirements; }