PlgFinderContacts::onFinderBeforeSave
Method to reindex the link information for an item that has been saved.
This event is fired before the data is actually saved so we are going to queue the item to be indexed later.
Signature
public function onFinderBeforeSave(string
$context,
JTable
$row,
boolean
$isNew )
Parameters
-
$context
- The context of the content passed to the plugin.
-
$row
- A JTable object
-
$isNew
- If the content is just about to be created
Returns
- boolean
- True on success.
Errors/Exceptions
-
Exception
- on database error.