Add hook_pager_serializer_row_alter

Created on 21 November 2022, almost 2 years ago
Updated 27 April 2023, over 1 year ago

Hi,

I'd like to propose the addition of a hook_pager_serializer_row_alter to this module. Currently looking at the views_data_export module and they are adding the following code to the render() function:

$output = $this->view->rowPlugin->render($row);
\Drupal::moduleHandler()->alter('views_data_export_row', $output, $row, $this->view);
$rows[] = $output;

I think it's reasonable to make the same addition to the render() function for Pager Serializer as well. It's going to give the ability to alter row values before being printed.

✨ Feature request
Status

Fixed

Version

1.1

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024