Answer the question
In order to leave comments, you need to log in
How to get key in twig array without using loop?
Here is an example php array:
$options => array(
'instrumentation' => 'Приборы'
)
{{ quote|keys|first}}
Answer the question
In order to leave comments, you need to log in
The attribute function will help you
https://twig.symfony.com/doc/2.x/functions/attribu...
Получить значение по ключу: attribute(myArray, myKey)
Получить ключ по номеру: myArray|keys|attribute|myKey
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question