Same name and namespace in other branches
  1. 8.x-1.x field_states_ui.module \field_states_ui_field_widget_third_party_settings_form() 1 comment

Implements hook_field_widget_third_party_settings_form().

File

./field_states_ui.module, line 15

Code

function field_states_ui_field_widget_third_party_settings_form(WidgetInterface $plugin, FieldDefinitionInterface $field_definition, $form_mode, $form, FormStateInterface $form_state) {
    return \Drupal::service('plugin.manager.field_states_ui.fieldstate')->settingsForm($plugin, $field_definition, $form_mode, $form, $form_state);
}