Filter: gfpdf_gv_static_map_caption
The caption printed beneath a directory-wide Static Map.
Empty when every entry is on the map. Return an empty string to suppress it, or a string to replace it — the markup around it is added afterwards, so return text rather than HTML.
Parameters
| Name | Type | Description |
|---|---|---|
| $caption | string | The default caption, or '' when nothing was left out. |
| $represented | int | Entries with at least one marker on the map. |
| $total | int | Entries in the document. |
| $view | \View | The View being rendered. |
Since
- 2.0
Source
Defined in src/Pdf/Maps/StaticMapRenderer.php at line 529