This document summarizes a presentation on validating entities with the Symfony validator and Drupal 8's Entity Validation API. It introduces entity validation in Drupal 8 and how it is decoupled from form validation. It describes how to create custom constraint validation plugins, apply validators to entities and fields, and provide practical examples of using tokens in constraints, validating paragraphs, and testing constraints. The presentation provides an overview of entity validation concepts and architecture in Drupal 8.