You are here

public constant HookEventDispatcherInterface::FIELD_WIDGET_THIRD_PARTY_SETTINGS_FORM in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::FIELD_WIDGET_THIRD_PARTY_SETTINGS_FORM

Allow modules to add settings to field widgets provided by other modules.

See also

field_event_dispatcher_field_widget_third_party_settings_form()

hook_field_widget_third_party_settings_form()

File

src/HookEventDispatcherInterface.php, line 376

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

public const FIELD_WIDGET_THIRD_PARTY_SETTINGS_FORM = self::PREFIX . 'field_widget.third_party.settings_form';