You are here

public constant HookEventDispatcherInterface::USER_FORMAT_NAME_ALTER in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::USER_FORMAT_NAME_ALTER
  2. 8 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::USER_FORMAT_NAME_ALTER

Alter the username that is displayed for a user.

See also

user_event_dispatcher_user_format_name_alter()

hook_user_format_name_alter()

File

src/HookEventDispatcherInterface.php, line 739

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

public const USER_FORMAT_NAME_ALTER = self::PREFIX . 'user.format_name_alter';