BcRoute
class BcRoute extends Route (View source)
A backwards compatibility route.
When a route is deprecated for another one, and backwards compatibility is provided, then it's best practice to:
- not duplicate all route definition metadata, to instead have an "as empty as possible" route
- have an accompanying outbound route processor, that overwrites this empty route definition with the redirected route's definition.
Methods
__construct()
{@inheritdoc}
Details
__construct()
{@inheritdoc}