I have problem to analyse output of kint. I am in views-view.html.twig and run {{ kint(header) }}
This is output of kint:
How to print just en, value of field_flag_code filed. I understend begining and the end, but I miss the middle.
{{ header.entity_taxonomy_term ______________.field_flag_code.0.value }}
I do not understend what this means #taxonomy_term => DrupaltaxonomyEntityTerm (28)
For this protected values -> array (19) I can use ['#items'] or I think wrong.
Thanks in advance for the help .
