You are here

protected property ImageEffectBase::$weight in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/image/src/ImageEffectBase.php \Drupal\image\ImageEffectBase::weight
  2. 10 core/modules/image/src/ImageEffectBase.php \Drupal\image\ImageEffectBase::weight

The weight of the image effect.

Type: int|string

File

core/modules/image/src/ImageEffectBase.php, line 34

Class

ImageEffectBase
Provides a base class for image effects.

Namespace

Drupal\image

Code

protected $weight = '';