How to print fields variable of a views?
{{ kint(fields) }}
To resolve Out of memory issue:
https://www.drupal.org/project/devel/issues/2764023
Edit modules/devel/kint/kint/config.default.php and set $_kintSettings['maxLevels'] to a lower number (the default is 7)
My recommendation: Set it to 4 if you are using Windows
{{ kint(fields) }}
To resolve Out of memory issue:
https://www.drupal.org/project/devel/issues/2764023
Edit modules/devel/kint/kint/config.default.php and set $_kintSettings['maxLevels'] to a lower number (the default is 7)
My recommendation: Set it to 4 if you are using Windows