public SelectExtender::__call($method, $args)
Magic override for undefined methods.
If one extender extends another extender, then methods in the inner extender will not be exposed on the outer extender. That's because we cannot know in advance what those methods will be, so we cannot provide wrapping implementations as we do above. Instead, we use this slower catch-all method to handle any additional methods.
File
core/lib/Drupal/Core/Database/Query/SelectExtender.php, line 499
Class
Selec