You are here

protected property AutoOrientImageEffect::$fileMetadataManager in Image Effects 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/ImageEffect/AutoOrientImageEffect.php \Drupal\image_effects\Plugin\ImageEffect\AutoOrientImageEffect::fileMetadataManager

The file metadata manager service.

Type: \Drupal\file_mdm\FileMetadataManagerInterface

File

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

Class

AutoOrientImageEffect
Automatically adjusts the orientation of an image resource.

Namespace

Drupal\image_effects\Plugin\ImageEffect

Code

protected $fileMetadataManager;