You are here

public function BlazyOEmbedInterface::getAutoPlayUrl in Blazy 8.2

Provides the autoplay url suitable for lightboxes, or custom video trigger.

Parameters

string $url: The embed URL, not input URL.

Return value

array The settings array containing autoplay URL.

1 method overrides BlazyOEmbedInterface::getAutoPlayUrl()
BlazyOEmbed::getAutoPlayUrl in src/BlazyOEmbed.php
Provides the autoplay url suitable for lightboxes, or custom video trigger.

File

src/BlazyOEmbedInterface.php, line 38

Class

BlazyOEmbedInterface
Provides OEmbed integration.

Namespace

Drupal\blazy

Code

public function getAutoPlayUrl($url = '');