You are here

public function FastlySettingsForm::updateServices in Fastly 8.3

Handles changing the API key.

File

src/Form/FastlySettingsForm.php, line 294

Class

FastlySettingsForm
Class FastlySettingsForm Defines a form to configure module settings.

Namespace

Drupal\fastly\Form

Code

public function updateServices($form, FormStateInterface $form_state) {
  return $form['service_settings']['service_id'];
}