You are here

public function AvatarKitFormAlterInterface::fieldConfigEditForm in Avatar Kit 8.2

Implements hook_form_FORM_ID_alter().

FORM_ID: 'field_config_edit_form'.

Parameters

array $form: The form.

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

See also

\avatars_form_field_config_edit_form_alter()

1 method overrides AvatarKitFormAlterInterface::fieldConfigEditForm()
AvatarKitFormAlter::fieldConfigEditForm in src/AvatarKitFormAlter.php
Implements hook_form_FORM_ID_alter().

File

src/AvatarKitFormAlterInterface.php, line 24

Class

AvatarKitFormAlterInterface
Interface for Drupal form alters.

Namespace

Drupal\avatars

Code

public function fieldConfigEditForm(array &$form, FormStateInterface $form_state) : void;