File tree 6 files changed +8
-10
lines changed
6 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 22
22
"drupal/recaptcha_preloader" : " 2.0.1" ,
23
23
"drupal/service" : " 3.0.0" ,
24
24
"drupal/seven" : " 1.0.0" ,
25
- "drupal/standwithukraine" : " 2 .0.3 " ,
25
+ "drupal/standwithukraine" : " 3 .0.0 " ,
26
26
"drupal/symfony_mailer" : " 1.5.0" ,
27
27
"php" : " ^8.3"
28
28
},
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: The installation profile for CMS Drupal 10 based on the most common
3
3
4
4
type : profile
5
5
core_version_requirement : ^10.3
6
- version : 0.21.0.189
6
+ version : 0.21.0.190
7
7
8
8
php : 8.3
9
9
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ function _d8_update(): void {
75
75
$sandbox = [];
76
76
77
77
foreach (func_get_args() as $number) {
78
- $function = $matches[1] . ' _update_' . $number;
78
+ $function = "{ $matches[1]} _update_$number" ;
79
79
80
80
$function($sandbox);
81
81
}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ function _d8_install_configure_form_submit(
51
51
$values = [];
52
52
53
53
foreach (['name', 'mail'] as $key) {
54
- $values[$key] = (string) $form_state->getValue(' site_' . $key);
54
+ $values[$key] = (string) $form_state->getValue(" site_$key" );
55
55
}
56
56
57
57
\Drupal::state()->set('d8', array_filter($values));
Original file line number Diff line number Diff line change @@ -19,9 +19,7 @@ function d8_mail_help(
19
19
$output = '';
20
20
21
21
if ($route_name === 'help.page.d8_mail') {
22
- $output .= '<h3>' . t('About') . '</h3>';
23
-
24
- $output .= '<p>';
22
+ $output .= "<h3>{t('About')}</h3><p>";
25
23
26
24
$url = Url::fromRoute('help.page', ['name' => 'symfony_mailer']);
27
25
@@ -69,7 +67,7 @@ function d8_mail_theme(
69
67
string $path,
70
68
): array {
71
69
$name = 'email_wrap';
72
- return [$name . ' __html' => ['base hook' => $name]];
70
+ return ["{ $name} __html" => ['base hook' => $name]];
73
71
}
74
72
75
73
/**
@@ -80,6 +78,6 @@ function d8_mail_theme_suggestions_email_wrap_alter(
80
78
array $variables,
81
79
): void {
82
80
if ($variables['is_html']) {
83
- $suggestions[] = $variables['theme_hook_original'] . ' __html' ;
81
+ $suggestions[] = "{ $variables['theme_hook_original']} __html" ;
84
82
}
85
83
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Provides a wrapper for the StandWithUkraine 🇺🇦 module.
3
3
package : D8+
4
4
5
5
type : module
6
- core_version_requirement : ^10.1
6
+ core_version_requirement : ^10.2 || ^11
7
7
8
8
dependencies :
9
9
- standwithukraine:standwithukraine
You can’t perform that action at this time.
0 commit comments