Skip to content
Snippets Groups Projects
Verified Commit 427d7455 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3510498 by nexusnovaz, danrod, frondeau, ankitv18, borisson_: Fix...

Issue #3510498 by nexusnovaz, danrod, frondeau, ankitv18, borisson_: Fix parentheses mistake in sample code documentation
parent 15fa2d85
No related branches found
No related tags found
2 merge requests!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #438759 passed with warnings
Pipeline: drupal

#438773

    Pipeline: drupal

    #438767

      Pipeline: drupal

      #438761

        ......@@ -670,7 +670,7 @@ function template_preprocess_form_element_label(&$variables): void {
        * \Drupal::messenger()->addMessage($message);
        * // Providing data for the redirected page is done through the session.
        * foreach ($results as $result) {
        * $items[] = t('Loaded node %title.', ['%title' => $result)];
        * $items[] = t('Loaded node %title.', ['%title' => $result]);
        * }
        * $session = \Drupal::getRequest()->getSession();
        * $session->set('my_batch_results', $items);
        ......@@ -702,7 +702,7 @@ function template_preprocess_form_element_label(&$variables): void {
        * Example:
        * @code
        * [
        * ['callback_batch_operation_1', [$arg1)],
        * ['callback_batch_operation_1', [$arg1]],
        * ['callback_batch_operation_2', [$arg2_1, $arg2_2]],
        * ]
        * @endcode
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment