How do I programmatically delete a reference field value?
I have a multi-valued taxonomy reference field named field_classrooms
in a node type. I use below code to delete the value in the field.
$node = DrupalnodeEntityNode::load('1512');
unset($node->field_classrooms[0]);
$node->save();
I can’t figure out what I am doing wrong here.
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.