Email us at info@henrytech.org to discuss your Drupal Migration today!
Load node by properties:
$node = \Drupal::entityTypeManager()
->getStorage('node')
->loadByProperties([
'field_something' => $some_data,
'field_other_thing' => $other_data,
]);

Comments