SelectInterface and QueryPluginBase type hint missing

Created on 7 January 2020, over 5 years ago
Updated 8 June 2025, 5 days ago

Type hint "\Drupal\Core\Database\Query\SelectInterface" missing for $select_query
Type hint "\Drupal\views\Plugin\views\query\QueryPluginBase" missing for $view_query

📌 Task
Status

Needs work

Version

11.0 🔥

Component

views.module

Created by

🇮🇳India hardik_patel_12 India

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇬🇧United Kingdom joachim
    +++ b/core/modules/views/src/Plugin/views/join/JoinPluginInterface.php
    @@ -14,13 +17,13 @@
    -   * @param $select_query
    -   *   An select query object.
    +   * @param \Drupal\Core\Database\Query\SelectInterface $select_query
    +   *   A select query object.
        * @param $table
    

    IMO fixing this typo is out of scope here.

    Besides, the docs need more detail -- what about the select query object? What is it here for, what does this method do with it?

  • First commit to issue fork.
Production build 0.71.5 2024