Skip to main content
Home
Drupal API Help
Helping Drupal Community, One API at a time

Main menu

  • Home
  • Drupal Core
  • Getting Help

You are here

Home » API reference » Drupal 9

block--local-actions-block.html.twig in Drupal 9

Same filename in this branch
  1. 9 core/themes/claro/templates/block--local-actions-block.html.twig
  2. 9 core/themes/seven/templates/block--local-actions-block.html.twig
  3. 9 core/modules/system/templates/block--local-actions-block.html.twig
  4. 9 core/themes/starterkit_theme/templates/block/block--local-actions-block.html.twig
  5. 9 core/themes/classy/templates/block/block--local-actions-block.html.twig
  6. 9 core/themes/stable9/templates/block/block--local-actions-block.html.twig
  7. 9 core/themes/stable/templates/block/block--local-actions-block.html.twig
  8. 9 core/themes/bartik/templates/classy/block/block--local-actions-block.html.twig
  9. 9 core/profiles/demo_umami/themes/umami/templates/classy/block/block--local-actions-block.html.twig
Same filename and directory in other branches
  1. 8 core/profiles/demo_umami/themes/umami/templates/classy/block/block--local-actions-block.html.twig

Theme override for local actions (primary admin actions.)

File

core/profiles/demo_umami/themes/umami/templates/classy/block/block--local-actions-block.html.twig
View source
  1. {% extends "block.html.twig" %}
  2. {#
  3. /**
  4. * @file
  5. * Theme override for local actions (primary admin actions.)
  6. */
  7. #}
  8. {% block content %}
  9. {% if content %}
  10. <nav class="action-links">{{ content }}</nav>
  11. {% endif %}
  12. {% endblock %}

API Navigation

  • Drupal 9
  • Topics
  • Classes
  • Functions
  • Files
  • Namespaces
  • Services
  • Elements
  • Constants
  • Globals
  • Deprecated

Drupal is a registered trademark of Dries Buytaert. This site is not affiliated with Dries Buytaert, Drupal Association or Drupal.org.