image-anchor.html.twig
Same filename in this branch
Same filename in other branches
- 9 core/themes/stable9/templates/admin/image-anchor.html.twig
- 9 core/themes/stable/templates/admin/image-anchor.html.twig
- 9 core/modules/image/templates/image-anchor.html.twig
- 10 core/themes/stable9/templates/admin/image-anchor.html.twig
- 10 core/modules/image/templates/image-anchor.html.twig
- 11.x core/themes/stable9/templates/admin/image-anchor.html.twig
- 11.x core/modules/image/templates/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
- {#
- /**
- * @file
- * Default theme implementation for a 3x3 grid of checkboxes for image anchors.
- *
- * Available variables:
- * - table: HTML for the table of image anchors.
- *
- * @see template_preprocess_image_anchor()
- *
- * @ingroup themeable
- */
- #}
- {{ table }}
Related topics
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.