uc-qty.html.twig in Ubercart 8.4
{# /** * @file * Default theme implementation to display a quantity. * * Displays a quantity. * * Available variables: * - qty: The quantity to display. * * @ingroup themeable #} {{ qty }} ×
5 theme calls to uc-qty.html.twig
- OrderProductViewBuilder::buildContent in uc_order/
src/ OrderProductViewBuilder.php - Products::view in uc_order/
src/ Plugin/ Ubercart/ OrderPane/ Products.php - Returns the contents of an order pane as a store administrator.
- theme_uc_cart_review_table in uc_cart/
uc_cart.theme.inc - Formats the cart contents table on the checkout page.
- theme_uc_product_kit_list_item in uc_product_kit/
uc_product_kit.theme.inc - Renders a product kit component.
- uc_order_tokens in uc_order/
uc_order.tokens.inc - Implements hook_tokens().
File
uc_store/templates/uc-qty.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display a quantity.
- *
- * Displays a quantity.
- *
- * Available variables:
- * - qty: The quantity to display.
- *
- * @ingroup themeable
- #}
- {{ qty }} ×