menu-local-action.html.twig 320 B

123456789101112131415
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for a single local action link.
  5. *
  6. * Available variables:
  7. * - attributes: HTML attributes for the wrapper element.
  8. * - link: A rendered link element.
  9. *
  10. * @see template_preprocess_menu_local_action()
  11. *
  12. * @ingroup themeable
  13. */
  14. #}
  15. <li{{ attributes }}>{{ link }}</li>