Route
Drupal
Routes are defined by developers as part of a core or contributed module. They connect a path with a callback method responsible for generating the content for that path. Example: a developer could create a route for "/hello", and specify which exact method of which exact class should be executed to build that web page and its content. Routes can contain wildcards, validation logic, and access restrictions.