- π¬π§United Kingdom joachim
I've got this working!
You do:
$placeholder = Crypt::hashBase64(something unique); $links['mythings'] = [ '#theme' => 'links__node__mystuff', '#links' => [ 'mykey' => [ 'title' => $placeholder, ] ], ]; $links['#attached']['placeholders'][$placeholder] = [ '#lazy_builder' => [ // The lazy builder callback and parameters. 'lazybuildercallback', [ // lazy builder params ], ], ];