Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DanLaufer/60f64295b9027acf821b797afadec60a to your computer and use it in GitHub Desktop.
Save DanLaufer/60f64295b9027acf821b797afadec60a to your computer and use it in GitHub Desktop.
Drupal 8 - Get length of paragraph reference in twig
{{ (content.field_benefits | field_value)[0]['#paragraph'].get('field_accordion') | length }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment