---
title: "Important: #95261 - New public methods in SectionMarkupGenerated events"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:important-95261"
source: "Changelog/11.5/Important-95261-NewPublicMethodsInSectionMarkupGeneratedEvents.rst"
typo3-version: "11.5"
typo3-major: 11
type: "important"
issue: 95261
forge: "https://forge.typo3.org/issues/95261"
tags: ["Backend", "PHP-API", "ext:backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Important: #95261 - New public methods in SectionMarkupGenerated events {#important-95261}

See [forge#95261](https://forge.typo3.org/issues/95261)

## Description {#description}

With [forge#88921](https://forge.typo3.org/issues/88921), two new events had been introduced. Those can be used to
add additional content to the columns in the page layout module. Due to the
different approach and the different code base of the new Fluid-based page
module, transforming the backend to always use the new approach in TYPO3 v11
also required to extend those events for two new public methods.

The new `getPageLayoutContext()` should be used as a direct replacement
for the deprecated `getPageLayoutView()` method, as it contains nearly
the same information, except for the records of the current column. This
information can from now on be retrieved using the new `getRecords()`
method.

> [!NOTE]
> Due to the nature of the new Fluid-based page module, the content
> added through the events is now always displayed. Previously this
> was only possible in the columns mode.
