MediaItemHooks implements SingletonInterface
Adds extra fields into 'media' flexform
this is a concrete TYPO3 hook implementation and solely used for EXT:frontend and not part of TYPO3's Core API.
Table of Contents
Interfaces
- SingletonInterface
- "empty" interface for singletons (marker interface pattern)
Methods
- customMediaParams() : mixed
- Load extra predefined media params if they exist
- customMediaRenderTypes() : mixed
- Load extra render types if they exist
Methods
customMediaParams()
Load extra predefined media params if they exist
public
customMediaParams(array<string|int, mixed> &$params, array<string|int, mixed> $conf) : mixed
Parameters
- $params : array<string|int, mixed>
-
Existing types by reference
- $conf : array<string|int, mixed>
-
Config array
customMediaRenderTypes()
Load extra render types if they exist
public
customMediaRenderTypes(array<string|int, mixed> &$params, array<string|int, mixed> $conf) : mixed
Parameters
- $params : array<string|int, mixed>
-
Existing types by reference
- $conf : array<string|int, mixed>
-
Config array