Message:setLanguage() and Message::getLanguage() operate on the wrong property

Created on 10 June 2024, 10 months ago

Problem/Motivation

The Message entity defines a langcode property, but the ::setLanguage() and ::getLanguage() methods operate on the language property which is not defined anywhere.

Would probably make sense to change these to update 'langcode' instead?

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom catch

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

Comments & Activities

  • Issue created by @catch
  • πŸ‡ΊπŸ‡ΈUnited States bluegeek9

    I think it is intentional. I think it is done this way so the message can be toggled te different languages.

    /**
       * Set the language that should be used.
       *
       * @param string $language
       *   The language to load from the message template when fetching the text.
       */
      public function setLanguage($language);
    
Production build 0.71.5 2024