Function Hook_actionlog->get_extended_actionlog_data

Definitions

sources/actionlog.php

  • Get extended action log details if the action log entry type is handled by this hook and we have them.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$actionlog_row array required parameter N/A N/A Action log row
$show_view_profile boolean True N/A N/A Show view profile links

Return

  • Map of extended data in standard format (null: not available from this hook) (false: hook has responsibility but has failed)
  • Type: ?~array
  • Set: N/A
  • Range: N/A