Top "Drupal-entities" questions

"Entities" is the term that in Drupal 7 is used for nodes, comments, taxonomy terms, and users.

Getting Entity Malformed Exception error while adding a taxonomy term in drupal7

I'm using Drupal7. When i'm adding a new term in a taxonomy vocabulary getting the following error. "Entity Malformed excetion : …

drupal drupal-taxonomy drupal-entities
How to update or create paragraph fields programatically in drupal8

Below is my solution with an example, that may help you. Update existing field $target_id = 62; $paragraph = Paragraph::load($target_…

drupal-8 drupal-entities