Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DanLaufer/fdecaac08432db257d517c5c5854519f to your computer and use it in GitHub Desktop.
Save DanLaufer/fdecaac08432db257d517c5c5854519f to your computer and use it in GitHub Desktop.
Drupal 8 - Get index of paragraph entity in a reference field
{% set index_of_paragraph = content.field_summary['#object']._referringItem.getName() %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment