final class ProfileEvents in Profile 8
Defines events for the profile module.
Hierarchy
- class \Drupal\profile\Event\ProfileEvents
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\EventView 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ProfileEvents:: |
constant | Name of the event fired when altering a profile label. |