---
title: "Feature: #67765 - Introduce TypoLinkCodecService"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-67765"
source: "Changelog/7.4/Feature-67765-IntroduceTypoLinkCodecService.rst"
typo3-version: "7.4"
typo3-major: 7
type: "feature"
issue: 67765
forge: "https://forge.typo3.org/issues/67765"
tags: ["PHP-API", "Frontend", "Backend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #67765 - Introduce TypoLinkCodecService {#feature-67765}

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

## Description {#description}

The new `TypoLinkCodecService` class helps to simplify encoding and decoding of TypoLink strings.

A given TypoLink string can be passed to the `decode` method, which will return an associative array with the decoded parts.
The `encode` method takes care of assembling a valid TypoLink string for an array of TypoLink parts.

The encoding uses proper quoting and escaping, which allows safe usage of characters like `"<space>`.
