You are here

public function BlazyOEmbedInterface::build in Blazy 8.2

Builds media-related settings based on the given media input url.

Parameters

array $settings: The settings array being modified.

1 method overrides BlazyOEmbedInterface::build()
BlazyOEmbed::build in src/BlazyOEmbed.php
Builds media-related settings based on the given media input url.

File

src/BlazyOEmbedInterface.php, line 27

Class

BlazyOEmbedInterface
Provides OEmbed integration.

Namespace

Drupal\blazy

Code

public function build(array &$settings = []);