- Issue created by @longwave
- First commit to issue fork.
- Merge request !7200Resolve #3436243: DisplayRouterInterface documents an unused 'uses_routes' property β (Open) created by jackwrfuller
- Status changed to Needs review
8 months ago 12:39am 27 March 2024 - Status changed to RTBC
8 months ago 11:53am 27 March 2024 - Status changed to Needs work
8 months ago 1:11pm 27 March 2024 - π¬π§United Kingdom longwave UK
@alexpott ah did not spot that at all - do you think we should deprecate these Views flags and
Views::getApplicableViews()
and replace with interfaces? - π¬π§United Kingdom alexpott πͺπΊπ
@longwave well we'd need to create instances of the plugins for that - I guess it will work. Having both the interface and the flag is fun and v drupal.
- π¬π§United Kingdom longwave UK
@alexpott no we can determine interfaces from the class name alone with
is_a()
.