![]() |
TYPO3
7.6
|
Public Member Functions | |
findRef ($table, $field, $uid, $content, $spKey, $spParams, $structurePath= '') | |
findRef_rtehtmlarea_images ($content, $spParams) | |
![]() | |
__construct () | |
findRef ($table, $field, $uid, $content, $spKey, $spParams, $structurePath= '') | |
findRef_images ($content, $spParams) | |
findRef_typolink ($content, $spParams) | |
findRef_typolink_tag ($content, $spParams) | |
findRef_TStemplate ($content, $spParams) | |
findRef_TSconfig ($content, $spParams) | |
findRef_email ($content, $spParams) | |
findRef_url ($content, $spParams) | |
findRef_extension_fileref ($content, $spParams) | |
fileadminReferences ($content, &$elements) | |
getTypoLinkParts ($typolinkValue) | |
setTypoLinkPartsElement ($tLP, &$elements, $content, $idx) | |
getPageIdFromAlias ($link_param) | |
makeTokenID ($index= '') | |
Public Attributes | |
$tokenID_basePrefix = '' | |
![]() | |
$fileAdminDir = '' | |
$tokenID_basePrefix = '' | |
Additional Inherited Members | |
![]() | |
getSignalSlotDispatcher () | |
emitGetTypoLinkParts ($linkHandlerFound, $finalTagParts, $linkHandlerKeyword, $linkHandlerValue) | |
emitSetTypoLinkPartsElement ($linkHandlerFound, $tLP, $content, $elements, $idx, $tokenID) | |
Class for processing of the FAL soft references on img tags inserted in RTE content
Definition at line 20 of file SoftReferenceHook.php.
findRef | ( | $table, | |
$field, | |||
$uid, | |||
$content, | |||
$spKey, | |||
$spParams, | |||
$structurePath = '' |
|||
) |
Main function through which all processing happens
string | Database table name |
string | Field name for which processing occurs |
int | UID of the record |
string | The content/value of the field |
string | The softlink parser key. This is only interesting if more than one parser is grouped in the same class. That is the case with this parser. |
array | Parameters of the softlink parser. Basically this is the content inside optional []-brackets after the softref keys. Parameters are exploded by "; |
string | If running from inside a FlexForm structure, this is the path of the tag. |
Definition at line 37 of file SoftReferenceHook.php.
References SoftReferenceHook\findRef_rtehtmlarea_images().
findRef_rtehtmlarea_images | ( | $content, | |
$spParams | |||
) |
Finding image tags with data-htmlarea-file-uid attribute in the content. All images that have an data-htmlarea-file-uid attribute will be returned with an info text
string | The input content to analyse |
array | Parameters set for the softref parser key in TCA/columns |
Definition at line 59 of file SoftReferenceHook.php.
References SoftReferenceIndex\makeTokenID().
Referenced by SoftReferenceHook\findRef().
$tokenID_basePrefix = '' |
Definition at line 23 of file SoftReferenceHook.php.