You are here

public static function BlazyDefault::themeProperties in Blazy 7

Same name and namespace in other branches
  1. 8.2 src/BlazyDefault.php \Drupal\blazy\BlazyDefault::themeProperties()
  2. 8 src/BlazyDefault.php \Drupal\blazy\BlazyDefault::themeProperties()

Returns blazy theme properties.

2 calls to BlazyDefault::themeProperties()
BlazyManager::getBlazy in src/BlazyManager.php
Returns the enforced content, or image using theme_blazy().
template_preprocess_blazy in ./blazy.theme.inc
Prepares variables for theme_blazy().

File

src/BlazyDefault.php, line 216

Class

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

Namespace

Drupal\blazy

Code

public static function themeProperties() {
  return [
    'attributes',
    'captions',
    'iframe',
    'item',
    'postscript',
    'settings',
    'url',
  ];
}