Skip to content
Snippets Groups Projects
Commit b528f260 authored by Jess's avatar Jess
Browse files

Issue #2634294 by andypost: Fix doc-block of ConfigTranslationFormBase::buildForm()

parent 58092fbc
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -116,8 +116,8 @@ public function getBaseFormId() { ...@@ -116,8 +116,8 @@ public function getBaseFormId() {
* An associative array containing the structure of the form. * An associative array containing the structure of the form.
* @param \Drupal\Core\Form\FormStateInterface $form_state * @param \Drupal\Core\Form\FormStateInterface $form_state
* The current state of the form. * The current state of the form.
* @param \Symfony\Component\HttpFoundation\Request $request * @param \Drupal\Core\Routing\RouteMatchInterface $route_match
* (optional) Page request object. * (optional) The route match.
* @param string $plugin_id * @param string $plugin_id
* (optional) The plugin ID of the mapper. * (optional) The plugin ID of the mapper.
* @param string $langcode * @param string $langcode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment