Fórum
Drupal version
Ahojte,
Ako viem vypnut cache pre "variable" v twig?
mam preprocess funkciu, ktora mi z filtru bere hodnotu.... (to chcem pouzit na zobrazenie hodnoty podla urovne v hierarchii...)
function webik_preprocess(&$variables)
{
$variables['efgh'] = \Drupal::request()->query->get('id_city');
}
bohuzial som si vsimol,ze "twig" si moju premennu zachachuje... mozno to nerobi len twig, zatial neviem... ale mam s tym "obrovsky problem"...
dakujem vopred za kazdu radu, popripade hint
nekdy: $variables['#cache'][…
nekdy: $variables['#cache']['max-age'] = 0;
jindy: google: drupal page cache kill switch (sorry nepamatuju si z hlavy, taky to vzdycky googlim)
Přidat komentář