Hello. I was trying to replace 2.x version with 3.x because we are swtiching to php7.2. But I can see the error on this page admin/config/people/saml_sp it says
Error: Call to undefined method Drupal\saml_sp\Form\SamlSpConfig::isOverridden() in Drupal\saml_sp\Form\SamlSpConfig->buildForm() (line 304
I can't find isOverridden method in this class, but it exists in 2.x branch. Why this method has been deleted in 3.x branch? Was this intent?

Comments

Dirst created an issue. See original summary.

Dirst’s picture

Assigned: Dirst » Unassigned
jrglasgow’s picture

StatusFileSize
new7.71 KB

isOverridden() was added after the 8.x-3.x branch was created and it was never ported forward. The new_cert option was added to the 8.x-2.x branch then cherry-picked into the 8.x-3.x branch. This is how the call was put in without the method actually existing. This patch will fix the issue.

  • jrglasgow committed 398786a on 8.x-3.x
    Issue #3029137 by jrglasgow, Dirst: Call to undefined method Drupal\...
jrglasgow’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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