diff --git a/core/themes/bartik/templates/block--system-branding-block.html.twig b/core/themes/bartik/templates/block--system-branding-block.html.twig index c407fe3..5917f58 100644 --- a/core/themes/bartik/templates/block--system-branding-block.html.twig +++ b/core/themes/bartik/templates/block--system-branding-block.html.twig @@ -11,8 +11,6 @@ * - site_logo: Logo for site as defined in Appearance or theme settings. * - site_name: Name for site as defined in Site information settings. * - site_slogan: Slogan for site as defined in Site information settings. - * - * @ingroup themeable */ #} {% block content %} diff --git a/core/themes/bartik/templates/comment.html.twig b/core/themes/bartik/templates/comment.html.twig index b6d4bb9..ea320b9 100644 --- a/core/themes/bartik/templates/comment.html.twig +++ b/core/themes/bartik/templates/comment.html.twig @@ -60,8 +60,6 @@ * - entity: Entity the comments are attached to. * * @see template_preprocess_comment() - * - * @ingroup themeable */ #}
diff --git a/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig index f09143e..59cd35e 100644 --- a/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig +++ b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig @@ -14,8 +14,6 @@ * * @see template_preprocess_field() * @see bartik_preprocess_field() - * - * @ingroup themeable */ #}
diff --git a/core/themes/bartik/templates/maintenance-page.html.twig b/core/themes/bartik/templates/maintenance-page.html.twig index b29cafa..45cd12c 100644 --- a/core/themes/bartik/templates/maintenance-page.html.twig +++ b/core/themes/bartik/templates/maintenance-page.html.twig @@ -6,8 +6,6 @@ * All of the available variables are mirrored in html.html.twig. * * @see template_preprocess_maintenance_page() - * - * @ingroup themeable */ #} diff --git a/core/themes/bartik/templates/node.html.twig b/core/themes/bartik/templates/node.html.twig index e61bd9c..6afb107 100644 --- a/core/themes/bartik/templates/node.html.twig +++ b/core/themes/bartik/templates/node.html.twig @@ -67,8 +67,6 @@ * language negotiation rule that may have been applied previously. * * @see template_preprocess_node() - * - * @ingroup themeable */ #}
diff --git a/core/themes/bartik/templates/page.html.twig b/core/themes/bartik/templates/page.html.twig index 5602997..b075295 100644 --- a/core/themes/bartik/templates/page.html.twig +++ b/core/themes/bartik/templates/page.html.twig @@ -75,8 +75,6 @@ * @see template_preprocess_page() * @see bartik_preprocess_page() * @see html.html.twig - * - * @ingroup themeable */ #}
diff --git a/core/themes/seven/templates/install-page.html.twig b/core/themes/seven/templates/install-page.html.twig index 81ddece..40f9904 100644 --- a/core/themes/seven/templates/install-page.html.twig +++ b/core/themes/seven/templates/install-page.html.twig @@ -8,8 +8,6 @@ * Some may be blank but they are provided for consistency. * * @see template_preprocess_install_page() - * - * @ingroup themeable */ #} diff --git a/core/themes/seven/templates/maintenance-page.html.twig b/core/themes/seven/templates/maintenance-page.html.twig index a3d78d1..cec60b5 100644 --- a/core/themes/seven/templates/maintenance-page.html.twig +++ b/core/themes/seven/templates/maintenance-page.html.twig @@ -7,8 +7,6 @@ * * @see template_preprocess_maintenance_page() * @see seven_preprocess_maintenance_page() - * - * @ingroup themeable */ #} diff --git a/core/themes/seven/templates/page.html.twig b/core/themes/seven/templates/page.html.twig index 77dde87..18b0bc1 100644 --- a/core/themes/seven/templates/page.html.twig +++ b/core/themes/seven/templates/page.html.twig @@ -61,8 +61,6 @@ * @see template_preprocess_page() * @see seven_preprocess_page() * @see html.html.twig - * - * @ingroup themeable */ #}