You are here

class FieldWidgetSettingsSummaryAlterEvent in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/field_event_dispatcher/src/Event/Field/FieldWidgetSettingsSummaryAlterEvent.php \Drupal\field_event_dispatcher\Event\Field\FieldWidgetSettingsSummaryAlterEvent

Class FieldWidgetSettingsSummaryAlterEvent.

Hierarchy

Expanded class hierarchy of FieldWidgetSettingsSummaryAlterEvent

1 file declares its use of FieldWidgetSettingsSummaryAlterEvent
field_event_dispatcher.module in modules/field_event_dispatcher/field_event_dispatcher.module
Field event dispatcher submodule.

File

modules/field_event_dispatcher/src/Event/Field/FieldWidgetSettingsSummaryAlterEvent.php, line 10

Namespace

Drupal\field_event_dispatcher\Event\Field
View source
class FieldWidgetSettingsSummaryAlterEvent extends AbstractFieldSettingsSummaryFormEvent {

  /**
   * {@inheritdoc}
   */
  public function getDispatcherType() : string {
    return HookEventDispatcherInterface::FIELD_WIDGET_SETTINGS_SUMMARY_ALTER;
  }

}

Members

Namesort descending Modifiers Type Description Overrides
AbstractFieldSettingsSummaryFormEvent::$context private property An associative array containing related context for this formatter/widget.
AbstractFieldSettingsSummaryFormEvent::$summary private property An array of summary messages.
AbstractFieldSettingsSummaryFormEvent::getContext public function Get the associative array containing context for this formatter/widget.
AbstractFieldSettingsSummaryFormEvent::getSummary public function Get the existing array of summary messages.
AbstractFieldSettingsSummaryFormEvent::__construct public function AbstractFieldSettingsSummaryFormEvent constructor.
FieldWidgetSettingsSummaryAlterEvent::getDispatcherType public function Get the dispatcher type. Overrides EventInterface::getDispatcherType