You are here

function crop_form_media_type_edit_form_alter in Crop API 8

Same name and namespace in other branches
  1. 8.2 crop.module \crop_form_media_type_edit_form_alter()

Implements hook_form_FORM_ID_alter().

Adds crop configuration fields to media type form.

File

./crop.module, line 88
The Crop API Drupal module.

Code

function crop_form_media_type_edit_form_alter(array &$form, FormStateInterface $form_state, $form_id) {
  _crop_media_provider_form($form, $form_state);
}