Skip to content
Snippets Groups Projects
Verified Commit f3d64167 authored by Jess's avatar Jess
Browse files

Issue #3458565 by nishtha.pradhan, sadamafridi, joachim, smustgrave,...

Issue #3458565 by nishtha.pradhan, sadamafridi, joachim, smustgrave, vinmayiswamy, rodrigoaguilera, dksdev01, bibliophileaxe, devjuarez: TablesInterface::addField() doesn't document that $field can contain relationships

(cherry picked from commit 9d09dbc0)
parent 8cfb163e
No related branches found
No related tags found
2 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #295137 passed with warnings
Pipeline: drupal

#295174

    Pipeline: drupal

    #295165

      Pipeline: drupal

      #295160

        +6
        ......@@ -11,10 +11,10 @@ interface TablesInterface {
        * Adds a field to a database query.
        *
        * @param string $field
        * If it doesn't contain a dot, then an entity base field name. If it
        * contains a dot, then either field name dot field column or field name dot
        * delta dot field column. Delta can be a numeric value or a "%delta" for
        * any value.
        * The field to add to the query.
        *
        * For comprehensive documentation on the format, see
        * \Drupal\Core\Entity\Query\QueryInterface::condition().
        * @param string $type
        * Join type, can either be INNER or LEFT.
        * @param string $langcode
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment