You are here

public function OEmbedResourceUrlAlterEvent::getParsedUrl in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/media_event_dispatcher/src/Event/Media/OEmbedResourceUrlAlterEvent.php \Drupal\media_event_dispatcher\Event\Media\OEmbedResourceUrlAlterEvent::getParsedUrl()

Get the URL that the oEmbed data will be retrieved from.

Note that this is an array as returned by \Drupal\Component\Utility\UrlHelper::parse().

Return value

array The parsed URL for this oEmbed resource.

File

modules/media_event_dispatcher/src/Event/Media/OEmbedResourceUrlAlterEvent.php, line 55

Class

OEmbedResourceUrlAlterEvent
Class OEmbedResourceUrlAlterEvent.

Namespace

Drupal\media_event_dispatcher\Event\Media

Code

public function &getParsedUrl() : array {
  return $this->parsedUrl;
}