Fatal error: Class Drupal\mcapi_command\Form\CommandSettings contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Drupal\Core\Form\ConfigFormBase::getEditableConfigNames) in modules/contrib/mutual_credit/modules/command/src/Form/CommandSettings.php on line 151

Comments

SocialNicheGuru created an issue. See original summary.

SocialNicheGuru’s picture

This has to be defined for the module but I do not know what the value needs to be

  /**
   * {@inheritdoc}
   */
  protected function getEditableConfigNames() {
    return array('system.site');
  }
matslats’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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