---
title: "Feature: The plugins dispatch the plugin view event"
manual: "Academic Programs"
version: "main"
source: "Changelog/3.0/Feature-PluginViewEvent.rst"
rendered: "2026-09-27T09:40:45+00:00"
---

# Feature: The plugins dispatch the plugin view event {#feature-plugin-view-event}

## Description {#description}

The program list, the program finder and the program details of
**academic_programs** dispatch
`\FGTCLB\AcademicBase\Event\ModifyPluginViewEvent` of
**academic_base**, once each time they render, after assigning their
own variables. A listener adds a variable to their templates without replacing
the controller.

The context of the event names the extension `AcademicPrograms` and the
plugin names `ProgramList`, `ProgramFinder` and
`ProgramDetails`, which a listener checks for the plugin it means.

The event, with an example listener, is described in the [changelog of
academic_base](https://docs.typo3.org/p/fgtclb/academic-base/main/en-us/Changelog/3.0/Feature-ModifyPluginViewEvent.html).

## Impact {#impact}

A project adds a variable to the templates of these plugins with an event
listener instead of a subclass or a copy of the controller. The behaviour is
the same on TYPO3 v13 and v14.
