thinkshout / mandrill

In order to better organize our issues we've moved all development to Drupal.org. Please visit the issue queue on Drupal.org to create new issues. http://drupal.org/project/mandrill
http://drupal.org/project/mandrill
1 stars 1 forks source link

Drupal_render has been removed #19

Closed mshaver closed 8 years ago

mshaver commented 8 years ago

There appears to be only one place this is showing up still on the mandrill.admin.inc file. Looks like the new services class is "renderer"; https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21RendererInterface.php/function/RendererInterface%3A%3Arender/8

jamidwyer commented 8 years ago

This will be fixed by either https://github.com/thinkshout/mandrill/pull/48 or https://github.com/thinkshout/mandrill/pull/52. Both pull requests remove that file completely, as the admin form code is now in MandrillAdminSettingsForm.php. After removing, I've tested that Mandrill still sends emails.