ProfileEvents.php in Profile 8
Namespace
Drupal\profile\EventFile
src/Event/ProfileEvents.phpView source
<?php
namespace Drupal\profile\Event;
/**
* Defines events for the profile module.
*/
final class ProfileEvents {
/**
* Name of the event fired when altering a profile label.
*
* @Event
*
* @see \Drupal\Profile\Event\ProfileFormatEvent
*/
const PROFILE_LABEL = 'profile.label';
}
Classes
Name | Description |
---|---|
ProfileEvents | Defines events for the profile module. |