You are here

public static function BlazyInterface::iframeAttributes in Blazy 8.2

Returns common iframe attributes, including those not handled by blazy.

Parameters

array $settings: The given settings.

Return value

array The iframe attributes.

1 method overrides BlazyInterface::iframeAttributes()
Blazy::iframeAttributes in src/Blazy.php
Returns common iframe attributes, including those not handled by blazy.

File

src/BlazyInterface.php, line 80

Class

BlazyInterface
Provides common blazy utility static methods.

Namespace

Drupal\blazy

Code

public static function iframeAttributes(array &$settings);