Commit a76de649 authored by Pravin Gaikwad's avatar Pravin Gaikwad
Browse files

Issue #3296517 by Rajeshreeputra, Project Update Bot: Automated Drupal 10 compatibility fixes

parent cedf05b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ class AccordionBlocksFeatureContext extends RawDrupalContext implements SnippetA
    $result = $query->condition('info', 'BDD TESTING', 'STARTS_WITH')
      ->execute();
    $eids = array_keys($result);
    entity_delete_multiple('block_content', $eids);
    \Drupal::service('entity_type.manager')->getStorage('block_content')->delete(\Drupal::service('entity_type.manager')->getStorage('block_content')->loadMultiple($eids));

  }