You are here

final class ProfileEvents in Profile 8

Defines events for the profile module.

Hierarchy

Expanded class hierarchy of ProfileEvents

1 file declares its use of ProfileEvents
Profile.php in src/Entity/Profile.php

File

src/Event/ProfileEvents.php, line 8

Namespace

Drupal\profile\Event
View source
final class ProfileEvents {

  /**
   * Name of the event fired when altering a profile label.
   *
   * @Event
   *
   * @see \Drupal\Profile\Event\ProfileFormatEvent
   */
  const PROFILE_LABEL = 'profile.label';

}

Members

Namesort descending Modifiers Type Description Overrides
ProfileEvents::PROFILE_LABEL constant Name of the event fired when altering a profile label.