Returns the URL of the resource author.
\Drupal\Core\Url|null The absolute URL of the resource author, or NULL if none is provided.
public function getAuthorUrl() { return $this->authorUrl ? Url::fromUri($this->authorUrl) ->setAbsolute() : NULL; }