How to get values of multiple fields in Drupal 8/9?
I’m using Drupal 9 and created a module for custom schema. Is there a way to simply get all fields of a node, not one by one ? and is it efficient to access values one by one using methods like below ?
$node->get('title')->value; $node->get('body')->value; $node->get('field_article_summary')->value; etc...
This article was republished from its original source.
Pixeldust is a 20-year-old web development agency specializing in Drupal and WordPress and working with clients all over the country. With our best in class capabilities, we work with small businesses and fortune 500 companies alike. Give us a call at 1(800)730-2416 and let’s talk about your project.