Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nehakhadke created an issue. See original summary.

nehakhadke’s picture

  • jcnventura committed 09b39e7 on 8.x-1.x
    Issue #2843799: use ->t() instead of t(), in objects
    
jcnventura’s picture

Status: Needs review » Fixed

Re-did it from scratch, as you can't do this blind replacement inside static functions.

  • jcnventura committed 62a2c4a on 8.x-1.x
    Issue #2843799: t() function is not inherited in AdsenseAd plugins
    
Znak’s picture

Status: Fixed » Needs review
FileSize
1.15 KB

Additions to the previous patch. Please, check up.

jcnventura’s picture

Status: Needs review » Needs work

@Znak, as the comment to the patch in #5 says: "t() function is not inherited in AdsenseAd plugins". This means that it makes no sense to add $this->t() to those Plugins. If it works, it's because of magic, and not proper OOP.

However, it seems that it's sufficient to add " use StringTranslationTrait;" to the AdsenseAdBase class, so I'll do that next time.

jcnventura’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.