---
id: gfpdf_gv_render_degraded
title: "Filter - gfpdf_gv_render_degraded"
sidebar_label: "gfpdf_gv_render_degraded"
tags:
  - "2.0"
---

# Filter: gfpdf_gv_render_degraded

Whether the render in progress degraded, and so must not be written to the PDF cache.

The seam for an integration whose own render lost something this plugin cannot see: return `true` and the document is still served, just never stored. Returning `false` caches whatever the render managed to produce for the full TTL — only where the missing content is expected and permanent.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $degraded | `bool` |  |
| $reasons | `string[]` | Tags recorded by the degrading paths this render passed through. |
| $view | `\View\|null` |  |

### Since

- 2.0

### Source

Defined in `src/Pdf/RenderHealth.php` at line 100

