The name of the controller class
Absolute file path to the controller
The method name being called on the controller
Import information for the controller
Import type (always 'default' for controllers)
Import specifier used to import the controller
The imported value name
Represents a controller that has been scanned and analyzed by the routes scanner. Contains metadata about the controller class and the specific method being called.
Example