TYPO3  7.6
Public Member Functions | List of all members
MediaItemHooks Class Reference
Inheritance diagram for MediaItemHooks:
SingletonInterface

Public Member Functions

 customMediaRenderTypes (&$params, $conf)
 
 customMediaParams (&$params, $conf)
 

Detailed Description

Adds extra fields into 'media' flexform

Definition at line 22 of file MediaItemHooks.php.

Member Function Documentation

customMediaParams ( $params,
  $conf 
)

Load extra predefined media params if they exist

Parameters
array$paramsExisting types by reference
array$confConfig array
Returns
void

Definition at line 48 of file MediaItemHooks.php.

References $GLOBALS, and GeneralUtility\getUserObj().

customMediaRenderTypes ( $params,
  $conf 
)

Load extra render types if they exist

Parameters
array$paramsExisting types by reference
array$confConfig array
Returns
void

Definition at line 31 of file MediaItemHooks.php.

References $GLOBALS, and GeneralUtility\getUserObj().