hook_entity_view_mode_alter(&$view_mode, Drupal\Core\Entity\EntityInterface $entity, $context)
Change the view mode of an entity that is being displayed.
Parameters
string $view_mode: The view_mode that is to be used to display the entity.
\Drupal\Core\Entity\EntityInterface $entity: The entity that is being viewed.
array $context: Array with additional context information, currently only contains the langcode the entity is viewed in.
Related topics
Entity CRUD, editing, and view hooks Hoo