block-content-add-list.html.twig

Same filename in this branch
  1. 11.x core/themes/stable9/templates/admin/block-content-add-list.html.twig
  2. 11.x core/modules/block_content/templates/block-content-add-list.html.twig
Same filename and directory in other branches
  1. 10 core/themes/stable9/templates/admin/block-content-add-list.html.twig
  2. 10 core/themes/claro/templates/block-content-add-list.html.twig
  3. 10 core/modules/block_content/templates/block-content-add-list.html.twig
  4. 9 core/themes/stable9/templates/admin/block-content-add-list.html.twig
  5. 9 core/themes/seven/templates/block-content-add-list.html.twig
  6. 9 core/themes/claro/templates/block-content-add-list.html.twig
  7. 9 core/themes/stable/templates/admin/block-content-add-list.html.twig
  8. 9 core/modules/block_content/templates/block-content-add-list.html.twig
  9. 8.9.x core/themes/seven/templates/block-content-add-list.html.twig
  10. 8.9.x core/themes/claro/templates/block-content-add-list.html.twig
  11. 8.9.x core/themes/stable/templates/admin/block-content-add-list.html.twig
  12. 8.9.x core/modules/block_content/templates/block-content-add-list.html.twig

Claro's theme implementation to display a list of content block types.

Available variables:

  • bundles: List of blockcontent types, each with the following properties:

@todo Revisit after https://www.drupal.org/node/3026221 has been solved.

Deprecated

in drupal:11.3.0 and is removed from drupal:12.0.0. Use entity_add_list instead.

See also

template_preprocess_block_content_add_list()

claro_preprocess_block_content_add_list()

https://www.drupal.org/node/3530643

File

core/themes/claro/templates/block-content-add-list.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Claro's theme implementation to display a list of content block types.
  5. *
  6. * Available variables:
  7. * - bundles: List of blockcontent types, each with the following properties:
  8. * - label: Block content type label
  9. * - add_link: \Drupal\Core\Link link instance to create an entity of this
  10. * block content type. This is a GeneratedLink originally and is switched by
  11. * claro_preprocess_block_content_add_list().
  12. * - description: A description of this content block type.
  13. *
  14. * @todo Revisit after https://www.drupal.org/node/3026221 has been solved.
  15. *
  16. * @see template_preprocess_block_content_add_list()
  17. * @see claro_preprocess_block_content_add_list()
  18. *
  19. * @deprecated in drupal:11.3.0 and is removed from drupal:12.0.0. Use entity_add_list instead.
  20. *
  21. * @see https://www.drupal.org/node/3530643
  22. */
  23. #}
  24. {% extends '@claro/entity-add-list.html.twig' %}

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