entity-submenu-item.html.twig in Entity Submenu Block 8
Default theme implementation to display a non-entity submenu item.
Available variables:
- url: The link URL.
- title: The link title.
1 theme call to entity-submenu-item.html.twig
- EntitySubmenuBlock::build in src/
Plugin/ Block/ EntitySubmenuBlock.php - Builds and returns the renderable array for this block plugin.
File
templates/entity-submenu-item.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display a non-entity submenu item.
- *
- * Available variables:
- * - url: The link URL.
- * - title: The link title.
- */
- #}
- <a href="{{ url }}">{{ title }}</a>