Getting an entry from a section, filtering by the name field (long)
$section = Sections::getById(1);
$entries = $section->getEntries();
$entry = $entries->getByName('You')->current();
Getting an entry from a section, filtering by tne name field (short)