Overrides BlockContentInterface::getInstances
public function getInstances() { return \Drupal::entityTypeManager()->getStorage('block') ->loadByProperties([ 'plugin' => 'block_content:' . $this->uuid(), ]); }