You are here

class ButtonFieldClickedEvent in Button Field 8

Event that is fired when a user clicks a button field on an entity.

Hierarchy

Expanded class hierarchy of ButtonFieldClickedEvent

See also

rules_user_login()

1 file declares its use of ButtonFieldClickedEvent
button_field.module in ./button_field.module
Defines a field, widget and formatter for the button field type.

File

src/Event/ButtonFieldClickedEvent.php, line 17
Contains \Drupal\button_field\Event\ButtonFieldClickedEvent.

Namespace

Drupal\button_field\Event
View source
class ButtonFieldClickedEvent extends GenericEvent {
  const EVENT_NAME = 'button_field_clicked';

}

Members