function olivero_theme_suggestions_user_alter in Drupal 9
Implements hook_theme_suggestions_HOOK_alter().
File
- core/
themes/ olivero/ olivero.theme, line 477 - Functions to support theming in the Olivero theme.
Code
function olivero_theme_suggestions_user_alter(&$suggestions, $variables) {
$suggestions[] = 'user__' . $variables['elements']['#view_mode'];
}