Extra Block Types (EBT) - New Layout Builder experience❗
Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.
❗Extra Paragraph Types (EPT) - New Paragraphs experience
Extra Paragraph Types (EPT) - analogical paragraph based set of modules.
Scroll
How to get value of multiple values field in Drupal 8?
22/02/2025, by Anonymous (not verified)
Forums
- Log in to post comments
Drupal fields are represented by the
ItemList
class (whether they're multi-valued or not). The convenience methodgetValue()
iterates through each item'sgetValue()
method to build an array representation of the data value.