Typolink
Table of Contents
Interfaces
- LinkResultInterface
- Interface representing a created link to any type (page, file etc).
Classes
- AbstractTypolinkBuilder
- Abstract class to provide proper helper for most types necessary Hands in the ContentObject and TSFE which are needed here for all the stdWrap magic.
- DatabaseRecordLinkBuilder
- Builds a TypoLink to a database record
- EmailLinkBuilder
- Builds a TypoLink to an email address
- ExternalUrlLinkBuilder
- Builds a TypoLink to an external URL
- FileOrFolderLinkBuilder
- Builds a TypoLink to a folder or file
- LegacyLinkBuilder
- Builds a TypoLink to a file (relative to fileadmin/ or something) or otherwise detects as an external URL
- LinkResult
- This class represents a created link to a resource (page, email etc), coming from linkService and after it was executed by the LinkBuilders (mostly in Frontend) after it is called from Typolink.
- LinkResultFactory
- Factory for LinkResult instances
- PageLinkBuilder
- Builds a TypoLink to a certain page
- TelephoneLinkBuilder
- Builds a TypoLink to a telephone number
- UnableToLinkException
- Exception which is thrown when a link could not be set