diff options
Diffstat (limited to 'core/themes')
-rw-r--r-- | core/themes/claro/claro.theme | 2 | ||||
-rw-r--r-- | core/themes/stable9/templates/admin/authorize-report.html.twig | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/core/themes/claro/claro.theme b/core/themes/claro/claro.theme index c406fed47c22..a031dc860c35 100644 --- a/core/themes/claro/claro.theme +++ b/core/themes/claro/claro.theme @@ -665,7 +665,7 @@ function _claro_convert_link_to_action_link(array $link, $icon_name = NULL, $siz } /** - * Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm. + * Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\Form\NodeForm. * * Changes vertical tabs to container. */ diff --git a/core/themes/stable9/templates/admin/authorize-report.html.twig b/core/themes/stable9/templates/admin/authorize-report.html.twig index 2e5a59c0c03b..8784ca30cd89 100644 --- a/core/themes/stable9/templates/admin/authorize-report.html.twig +++ b/core/themes/stable9/templates/admin/authorize-report.html.twig @@ -10,6 +10,11 @@ * - attributes: HTML attributes for the element. * * @see template_preprocess_authorize_report() + * + * @deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. There is no + * replacement. Use composer to manage the code for your site. + * + * @see https://www.drupal.org/node/3522119 */ #} {% if messages %} |