Method to update the link information for items that have been changed from outside the edit screen. This is fired when the item is published, unpublished, archived, or unarchived from the list view.
Signature
public function onFinderChangeState(string
$context,
array
$pks,
integer
$value )
Parameters
$context
The context for the content passed to the plugin.
$pks
A list of primary key ids of the content that has changed state.
$value
The value of the state that the content has been changed to.
Returns
void
Tasks
Line
Task
198
The $item variable does not seem to be used at all