You are here

protected property TextOverlayImageEffect::$info in Image Effects 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/ImageEffect/TextOverlayImageEffect.php \Drupal\image_effects\Plugin\ImageEffect\TextOverlayImageEffect::info
  2. 8 src/Plugin/ImageEffect/TextOverlayImageEffect.php \Drupal\image_effects\Plugin\ImageEffect\TextOverlayImageEffect::info

Stores information about image and text wrapper.

Type: int[]

File

src/Plugin/ImageEffect/TextOverlayImageEffect.php, line 36

Class

TextOverlayImageEffect
Overlays text on the image, defining text font, size and positioning.

Namespace

Drupal\image_effects\Plugin\ImageEffect

Code

protected $info = [
  'image_xpos' => 0,
  'image_ypos' => 0,
];