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

Breadcrumb

  1. Drupal Core 11.1.x

image-anchor.html.twig

Same filename in this branch
  1. 11.1.x core/themes/stable9/templates/admin/image-anchor.html.twig

Default theme implementation for a 3x3 grid of checkboxes for image anchors.

Available variables:

  • table: HTML for the table of image anchors.

See also

template_preprocess_image_anchor()

1 theme call to image-anchor.html.twig
CropImageEffect::buildConfigurationForm in core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php

File

core/modules/image/templates/image-anchor.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for a 3x3 grid of checkboxes for image anchors.
  5. *
  6. * Available variables:
  7. * - table: HTML for the table of image anchors.
  8. *
  9. * @see template_preprocess_image_anchor()
  10. *
  11. * @ingroup themeable
  12. */
  13. #}
  14. {{ table }}

Related topics

Theme system overview
Functions and templates for the user interface that themes can override.
RSS feed
Powered by Drupal