interface for classes which hook into and do additional stdWrap processing
Definition at line 20 of file ContentObjectStdWrapHookInterface.php.
Hook for modifying $content after core's stdWrap has processed setContentToCurrent, setCurrent, lang, data, field, current, cObject, numRows, filelist and/or preUserFunc
- Parameters
-
string | $content | Input value undergoing processing in this function. Possibly substituted by other values fetched from another source. |
array | $configuration | TypoScript stdWrap properties |
ContentObjectRenderer | $parentObject | Parent content object |
- Returns
- string Further processed $content
Hook for modifying $content after core's stdWrap has processed anything but debug
- Parameters
-
string | $content | Input value undergoing processing in this function. Possibly substituted by other values fetched from another source. |
array | $configuration | TypoScript stdWrap properties |
ContentObjectRenderer | $parentObject | Parent content object |
- Returns
- string Further processed $content
Hook for modifying $content before core's stdWrap does anything
- Parameters
-
string | $content | Input value undergoing processing in this function. Possibly substituted by other values fetched from another source. |
array | $configuration | TypoScript stdWrap properties |
ContentObjectRenderer | $parentObject | Parent content object |
- Returns
- string Further processed $content
Hook for modifying $content after core's stdWrap has processed override, preIfEmptyListNum, ifEmpty, ifBlank, listNum, trim and/or more (nested) stdWraps
- Parameters
-
string | $content | Input value undergoing processing in this function. Possibly substituted by other values fetched from another source. |
array | $configuration | TypoScript "stdWrap properties". |
ContentObjectRenderer | $parentObject | Parent content object |
- Returns
- string Further processed $content