Skip to content
Snippets Groups Projects
Verified Commit be2804a4 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3119513 by Prem Suthar, imclean, smustgrave: Parameters doc for views...

Issue #3119513 by Prem Suthar, imclean, smustgrave: Parameters doc for views "row" should be at the top level of the array

(cherry picked from commit fe4afc9a)
parent d8909624
No related branches found
No related tags found
2 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #234145 passed with warnings
Pipeline: drupal

#234156

    Pipeline: drupal

    #234150

      ......@@ -93,7 +93,7 @@ function template_preprocess_views_view(&$variables) {
      * - element_default_classes: If the default classes are to be added.
      * - separator: A string to be placed between inline fields to keep them
      * visually distinct.
      * - row: An array containing information about the current row.
      * - row: An array containing information about the current row.
      */
      function template_preprocess_views_view_fields(&$variables) {
      $view = $variables['view'];
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment