You are here

public function ImageWidgetCropInterface::getImageStylesByCrop in Image Widget Crop 8.2

Get the imageStyle using this crop_type.

Parameters

string $crop_type_name: The id of the current crop_type entity.

Return value

array All imageStyle used by this crop_type.

1 method overrides ImageWidgetCropInterface::getImageStylesByCrop()
ImageWidgetCropManager::getImageStylesByCrop in src/ImageWidgetCropManager.php
Get the imageStyle using this crop_type.

File

src/ImageWidgetCropInterface.php, line 122

Class

ImageWidgetCropInterface
Defines the interface for ImageWidgetCropManager calculation class service.

Namespace

Drupal\image_widget_crop

Code

public function getImageStylesByCrop($crop_type_name);