function IFrameUrlHelper::__construct

Same name and namespace in other branches
  1. 8.9.x core/modules/media/src/IFrameUrlHelper.php \Drupal\media\IFrameUrlHelper::__construct()
  2. 10 core/modules/media/src/IFrameUrlHelper.php \Drupal\media\IFrameUrlHelper::__construct()
  3. 11.x core/modules/media/src/IFrameUrlHelper.php \Drupal\media\IFrameUrlHelper::__construct()

IFrameUrlHelper constructor.

Parameters

\Drupal\Core\Routing\RequestContext $request_context: The request context service.

\Drupal\Core\PrivateKey $private_key: The private key service.

File

core/modules/media/src/IFrameUrlHelper.php, line 41

Class

IFrameUrlHelper
Providers helper functions for displaying oEmbed resources in an iFrame.

Namespace

Drupal\media

Code

public function __construct(RequestContext $request_context, PrivateKey $private_key) {
    $this->requestContext = $request_context;
    $this->privateKey = $private_key;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.