Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

block--local-tasks-block.html.twig

Same filename in this branch
  1. 11.1.x core/profiles/demo_umami/themes/umami/templates/classy/block/block--local-tasks-block.html.twig
  2. 11.1.x core/themes/starterkit_theme/templates/block/block--local-tasks-block.html.twig

Theme override for tabs.

File

core/themes/claro/templates/block/block--local-tasks-block.html.twig

View source
  1. {% extends "block.html.twig" %}
  2. {#
  3. /**
  4. * @file
  5. * Theme override for tabs.
  6. */
  7. #}
  8. {% block content %}
  9. {% if content %}
  10. {{ content }}
  11. {% endif %}
  12. {% endblock %}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal