'message' => '#^Method Drupal\\\\language_elements_test\\\\Form\\\\LanguageConfigurationElementTest\\:\\:submitForm\\(\\) has no return type specified\\.$#',
@trigger_error('Calling '.__METHOD__.'() without the $config_factory argument is deprecated in drupal:11.4.0 and it will be required in drupal:12.0.0. See https://www.drupal.org/node/3566774',E_USER_DEPRECATED);
$config_factory=\Drupal::configFactory();
}
$this->configFactory=$config_factory;
}
/**
@@ -63,7 +75,7 @@ public function getMappings(): array {
// Get language mapping if available to map to Drupal language codes.
// This is configurable in the user interface and not expensive to get, so
// we don't include it in the cached language list.
@trigger_error(__FUNCTION__.'() is deprecated in drupal:11.4.0 and is removed from drupal:12.0.0. Use \Drupal\language\Hook\LanguageHooks::processLanguageSelect() instead. See https://www.drupal.org/node/3566774',E_USER_DEPRECATED);
// Set the form_state language with the updated bundle.
$form_state->set('language',$language);
}
}
@trigger_error(__FUNCTION__.'() is deprecated in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal\language\Element\LanguageConfiguration::submit() instead. See https://www.drupal.org/node/3566774',E_USER_DEPRECATED);
LanguageConfiguration::submit($form,$form_state);
}
/**
@@ -73,8 +53,14 @@ function language_configuration_element_submit(&$form, FormStateInterface $form_
*
* @return string
* The language code.
*
* @deprecated in drupal:11.4.0 and is removed from drupal:13.0.0. There is no
@trigger_error(__FUNCTION__.'() is deprecated in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. See https://www.drupal.org/node/3566774',E_USER_DEPRECATED);
@trigger_error(__FUNCTION__.'() is deprecated in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. See https://www.drupal.org/node/3566774',E_USER_DEPRECATED);
@trigger_error(__FUNCTION__.'() is deprecated in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement. See https://www.drupal.org/node/3566774',E_USER_DEPRECATED);