Hook | filterHtmlContent |
---|---|
Locations | FO |
Type | |
Origin | core |
Aliases |
This hook has a $chain
parameter set to true
(hook will chain the return of hook module, see explaination here).
Origin | File |
---|---|
core | src/Adapter/Presenter/Object/ObjectPresenter.php |
Hook::exec(
'filterHtmlContent',
[
'type' => $type,
'htmlFields' => $htmlFields,
'object' => $presentedObject,
],
null,
false,
true,
false,
null,
true
)