DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Utility

implodeTSParams()

What does it do?

The method implodes a multi dimensional TypoScript array into a one-dimensional array.

Sample

$arrOneDimension = Netzmacher\Refresh\Compatibility\Backend\Utility\BackendUtility::implodeTSParams( $conf );

Refresh

You can refresh your extension by find and replace.

// Code from TYPO3 6.2 to 7.6
$arrOneDimension = TYPO3\CMS\Backend\Utility\BackendUtility::implodeTSParams( $conf );
// Code from TYPO3 6.2 to 9.x
$arrOneDimension = Netzmacher\Refresh\Compatibility\Backend\Utility\BackendUtility::implodeTSParams( $conf );

Move “TYPO3\CMS\Backend\Utility\BackendUtility::implodeTSParams” to “Netzmacher\Refresh\Compatibility\Backend\Utility\BackendUtility::implodeTSParams”