Content
onContentPrepareForm
public function onContentPrepareForm(JForm $form, $data)
{
// Do something
return;
}onContentPrepare
onContentAfterTitle
onContentBeforeDisplay
onContentAfterDisplay
public function onContentAfterDisplay($context, $item, $params, $page = 0)
{
// Do something
return;
}Last updated