You are here

public static function BlazyDefault::deprecatedSettings in Blazy 8.2

Returns deprecated settings.

@todo remove custom breakpoints anytime before 3.x.

2 calls to BlazyDefault::deprecatedSettings()
BlazyAdminBase::finalizeForm in src/Form/BlazyAdminBase.php
Returns re-usable logic, styling and assets across fields and Views.
BlazyDefault::imageSettings in src/BlazyDefault.php
Returns image-related field formatter and Views settings.

File

src/BlazyDefault.php, line 107

Class

BlazyDefault
Defines shared plugin default settings for field formatter and Views style.

Namespace

Drupal\blazy

Code

public static function deprecatedSettings() {
  return [
    'breakpoints' => [],
    'sizes' => '',
    'grid_header' => '',
  ];
}