You are here

public function ImageWidgetCropInterface::buildCropToForm in Image Widget Crop 8.2

Fetch all form elements using image_crop element.

Parameters

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

1 method overrides ImageWidgetCropInterface::buildCropToForm()
ImageWidgetCropManager::buildCropToForm in src/ImageWidgetCropManager.php
Fetch all form elements using image_crop element.

File

src/ImageWidgetCropInterface.php, line 211

Class

ImageWidgetCropInterface
Defines the interface for ImageWidgetCropManager calculation class service.

Namespace

Drupal\image_widget_crop

Code

public function buildCropToForm(FormStateInterface $form_state);