public function getReplacementID() { /** @var \Drupal\image\ImageStyleStorageInterface $storage */ $storage = $this->entityTypeManager() ->getStorage($this->getEntityTypeId()); return $storage->getReplacementId($this->id()); }