Returns the URL of the resource's thumbnail image.
\Drupal\Core\Url|null The absolute URL of the thumbnail image, or NULL if there isn't one.
public function getThumbnailUrl() { return $this->thumbnailUrl ? Url::fromUri($this->thumbnailUrl) ->setAbsolute() : NULL; }