abstract protected EntityDisplayFormBase::thirdPartySettingsForm(PluginSettingsInterface $plugin, FieldDefinitionInterface $field_definition, array $form, FormStateInterface $form_state)
Adds the widget or formatter third party settings forms.
Parameters
\Drupal\Core\Field\PluginSettingsInterface $plugin: The widget or formatter.
\Drupal\Core\Field\FieldDefinitionInterface $field_definition: The field definition.
array $form: The (entire) configuration form array.
\Drupal\Core\Form\FormStateInterface $form_state: The form state.
Return value
array The widget or formatter third party settings form.
File
- core/modules/field_ui/src/Form/EntityDisplayFormBase.php, line 922
Class
- EntityDisplayFormBase
- Base class for EntityDisplay edit forms.
Namespace
Drupal\field_ui\Form
Code
abstract protected function thirdPartySettingsForm(PluginSettingsInterface $plugin, FieldDefinitionInterface $field_definition, array $form, FormStateInterface $form_state);
Please login to continue.