---
title: "Breaking: #65165 - AdditionalMethodsInFolderInterface"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-65165"
source: "Changelog/8.0/Breaking-65165-AdditionalMethodsInFolderInterface.rst"
typo3-version: "8.0"
typo3-major: 8
type: "breaking"
issue: 65165
forge: "https://forge.typo3.org/issues/65165"
tags: ["PHP-API", "FAL"]
rendered: "2026-09-17T12:41:04+00:00"
---

# Breaking: #65165 - AdditionalMethodsInFolderInterface {#breaking-65165-additionalmethodsinfolderinterface}

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

## Description {#description}

The interface `FolderInterface` has received two additional methods. Classes that implement
`FolderInterface` have to implement those methods as well. The new methods are:

-   `getModificationTime()` \- Returns the modification time of the folder as Unix timestamp.
-   `getCreationTime()` \- Returns the creation time of the folder as Unix timestamp.

## Impact {#impact}

Classes implementing the `FolderInterface` no longer fulfill the requirements of the interface.

## Affected Installations {#affected-installations}

Installations that use custom implementations of the `FolderInterface`.

## Migration {#migration}

Implement the two new methods in custom implementations of the `FolderInterface`.
