image-anchor.html.twig

Same filename in this branch
  1. 10 core/modules/image/templates/image-anchor.html.twig
Same filename and directory in other branches
  1. 9 core/themes/stable9/templates/admin/image-anchor.html.twig
  2. 9 core/themes/stable/templates/admin/image-anchor.html.twig
  3. 9 core/modules/image/templates/image-anchor.html.twig
  4. 8.9.x core/themes/stable/templates/admin/image-anchor.html.twig
  5. 8.9.x core/modules/image/templates/image-anchor.html.twig
  6. 11.x core/themes/stable9/templates/admin/image-anchor.html.twig
  7. 11.x core/modules/image/templates/image-anchor.html.twig

Theme override 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/themes/stable9/templates/admin/image-anchor.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override 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. #}
  12. {{ table }}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.