This project is not covered by Drupal’s security advisory policy.

Adds support for views preprocessors.
A module with the name myModule can implement a preprocessor for a view called myView by implementing the following preprocessor (note the double underscore):

myModule_preprocess_views_view__myView(&$vars) {
    ...
}

This module was born out of one of the issues in the Views' Issue queue: #303586: Preprocessors for each view

Project information

Releases