Drupal 11: Creating A Tabbed Interface With HTMX
… link. data-hx-get="" - This will send a GET request to the current URL. data-hx-swap="outerHTML" - This attribute means that we will swap … 'children' => $renderArray, ]; $output['#cache'] = [ 'contexts' => [ 'url:path', 'url:path.query', ], 'tags' => $node->getCacheTags(), ]; return …