![]() |
TYPO3
7.6
|
Public Member Functions | |
getSingleContentObject ($contentObjectName, array $configuration, $TypoScriptKey, ContentObjectRenderer &$parentObject) | |
Interface for classes which hook into and do additional cObjGetSingle processing
Definition at line 20 of file ContentObjectGetSingleHookInterface.php.
getSingleContentObject | ( | $contentObjectName, | |
array | $configuration, | ||
$TypoScriptKey, | |||
ContentObjectRenderer & | $parentObject | ||
) |
Renders content objects, that are not defined in the core
string | $contentObjectName | The content object name, eg. "TEXT" or "USER" or "IMAGE |
array | $configuration | Array with TypoScript properties for the content object |
string | $TypoScriptKey | Label used for the internal debug tracking |
\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer | $parentObject | Parent content object |