From 0366140fa0bc7bc4a24ae114e22db85ecf183adf Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Thu, 20 Jun 2013 07:02:02 -0700 Subject: [PATCH] Issue #2013094 by pwieck, Cottser: Remove unnecessary template_preprocess() reference from all Twig files --- .../aggregator/templates/aggregator-feed-source.html.twig | 1 - core/modules/aggregator/templates/aggregator-item.html.twig | 1 - .../aggregator/templates/aggregator-summary-items.html.twig | 1 - .../custom_block/templates/custom-block-add-list.html.twig | 1 - core/modules/block/templates/block.html.twig | 1 - core/modules/book/templates/book-all-books-block.html.twig | 1 - core/modules/book/templates/book-export-html.html.twig | 1 - core/modules/book/templates/book-navigation.html.twig | 1 - core/modules/book/templates/book-node-export-html.html.twig | 1 - core/modules/color/templates/color-scheme-form.html.twig | 1 - core/modules/comment/templates/comment-wrapper.html.twig | 1 - core/modules/comment/templates/comment.html.twig | 1 - core/modules/forum/templates/forum-icon.html.twig | 1 - core/modules/forum/templates/forum-list.html.twig | 1 - core/modules/forum/templates/forum-submitted.html.twig | 1 - core/modules/forum/templates/forum-topic-list.html.twig | 1 - core/modules/forum/templates/forums.html.twig | 1 - .../locale/templates/locale-translation-last-check.html.twig | 1 - .../locale/templates/locale-translation-update-info.html.twig | 1 - core/modules/node/templates/node.html.twig | 1 - .../modules/overlay/templates/overlay-disable-message.html.twig | 1 - core/modules/overlay/templates/overlay.html.twig | 1 - core/modules/search/templates/search-result.html.twig | 1 - core/modules/search/templates/search-results.html.twig | 1 - core/modules/system/templates/breadcrumb.html.twig | 2 -- core/modules/system/templates/html.html.twig | 1 - core/modules/system/templates/maintenance-page.html.twig | 1 - core/modules/system/templates/page.html.twig | 1 - core/modules/system/templates/region.html.twig | 1 - core/modules/system/templates/system-plugin-ui-form.html.twig | 1 - core/modules/system/templates/tablesort-indicator.html.twig | 1 - .../modules/common_test/templates/common-test-foo.html.twig | 2 -- core/modules/taxonomy/templates/taxonomy-term.html.twig | 1 - core/modules/user/templates/user.html.twig | 1 - core/modules/views/templates/views-exposed-form.html.twig | 1 - core/modules/views/templates/views-more.html.twig | 2 -- core/modules/views/templates/views-view-field.html.twig | 1 - core/modules/views/templates/views-view-fields.html.twig | 1 - core/modules/views/templates/views-view-grid.html.twig | 1 - core/modules/views/templates/views-view-grouping.html.twig | 1 - core/modules/views/templates/views-view-list.html.twig | 1 - core/modules/views/templates/views-view-row-rss.html.twig | 1 - core/modules/views/templates/views-view-rss.html.twig | 1 - .../views/templates/views-view-summary-unformatted.html.twig | 1 - core/modules/views/templates/views-view-summary.html.twig | 1 - core/modules/views/templates/views-view-table.html.twig | 1 - core/modules/views/templates/views-view-unformatted.html.twig | 1 - core/modules/views/templates/views-view.html.twig | 1 - .../views_test_data/templates/views-view--frontpage.html.twig | 1 - .../views_ui/templates/views-ui-display-tab-bucket.html.twig | 1 - .../views_ui/templates/views-ui-display-tab-setting.html.twig | 1 - core/themes/bartik/templates/comment.html.twig | 1 - core/themes/bartik/templates/maintenance-page.html.twig | 1 - core/themes/bartik/templates/node.html.twig | 1 - core/themes/bartik/templates/page.html.twig | 1 - core/themes/seven/templates/maintenance-page.html.twig | 1 - core/themes/seven/templates/page.html.twig | 1 - 57 files changed, 60 deletions(-) diff --git a/core/modules/aggregator/templates/aggregator-feed-source.html.twig b/core/modules/aggregator/templates/aggregator-feed-source.html.twig index 0bb2ddb98893..5f1342534f34 100644 --- a/core/modules/aggregator/templates/aggregator-feed-source.html.twig +++ b/core/modules/aggregator/templates/aggregator-feed-source.html.twig @@ -14,7 +14,6 @@ * - source_url: URL to the feed source. * - last_checked: How long ago the feed was checked locally. * - * @see template_preprocess() * @see template_preprocess_aggregator_feed_source() * * @ingroup themeable diff --git a/core/modules/aggregator/templates/aggregator-item.html.twig b/core/modules/aggregator/templates/aggregator-item.html.twig index 6a0185bceaff..3736f974e816 100644 --- a/core/modules/aggregator/templates/aggregator-item.html.twig +++ b/core/modules/aggregator/templates/aggregator-item.html.twig @@ -12,7 +12,6 @@ * - content: Feed item content. * - categories: Linked categories assigned to the feed. * - * @see template_preprocess() * @see template_preprocess_aggregator_item() * * @ingroup themeable diff --git a/core/modules/aggregator/templates/aggregator-summary-items.html.twig b/core/modules/aggregator/templates/aggregator-summary-items.html.twig index 12df970fd72e..01f36a38ded9 100644 --- a/core/modules/aggregator/templates/aggregator-summary-items.html.twig +++ b/core/modules/aggregator/templates/aggregator-summary-items.html.twig @@ -11,7 +11,6 @@ * theme_item_list(). * - source_url: URL to the local source or category. * - * @see template_preprocess() * @see template_preprocess_aggregator_summary_items() * * @ingroup themeable diff --git a/core/modules/block/custom_block/templates/custom-block-add-list.html.twig b/core/modules/block/custom_block/templates/custom-block-add-list.html.twig index 2878da2a653f..d2af8e8b6afb 100644 --- a/core/modules/block/custom_block/templates/custom-block-add-list.html.twig +++ b/core/modules/block/custom_block/templates/custom-block-add-list.html.twig @@ -9,7 +9,6 @@ * - link: A link to add a block of this type. * - description: A description of this custom block type. * - * @see template_preprocess() * @see template_preprocess_custom_block_add_list() * * @ingroup themeable diff --git a/core/modules/block/templates/block.html.twig b/core/modules/block/templates/block.html.twig index 757f8f5053b4..14c733028608 100644 --- a/core/modules/block/templates/block.html.twig +++ b/core/modules/block/templates/block.html.twig @@ -35,7 +35,6 @@ * - title_suffix: Additional output populated by modules, intended to be * displayed after the main title tag that appears in the template. * - * @see template_preprocess() * @see template_preprocess_block() * * @ingroup themeable diff --git a/core/modules/book/templates/book-all-books-block.html.twig b/core/modules/book/templates/book-all-books-block.html.twig index 518c1e19bbe4..b84b59308123 100644 --- a/core/modules/book/templates/book-all-books-block.html.twig +++ b/core/modules/book/templates/book-all-books-block.html.twig @@ -11,7 +11,6 @@ * - book_id: The parent book ID. * - menu: The top-level book links. * - * @see template_preprocess() * @see template_preprocess_book_all_books_block() * * @ingroup themeable diff --git a/core/modules/book/templates/book-export-html.html.twig b/core/modules/book/templates/book-export-html.html.twig index 95d5de380521..014d670ee156 100644 --- a/core/modules/book/templates/book-export-html.html.twig +++ b/core/modules/book/templates/book-export-html.html.twig @@ -13,7 +13,6 @@ * - contents: Nodes within the current outline rendered through * book-node-export-html.html.twig. * - * @see template_preprocess() * @see template_preprocess_book_export_html() * * @ingroup themeable diff --git a/core/modules/book/templates/book-navigation.html.twig b/core/modules/book/templates/book-navigation.html.twig index 8dae15f48ec7..af6cf517231c 100644 --- a/core/modules/book/templates/book-navigation.html.twig +++ b/core/modules/book/templates/book-navigation.html.twig @@ -26,7 +26,6 @@ * - book_title: The book/node title of the current outline being viewed. * Provided as an option. Not used by default. * - * @see template_preprocess() * @see template_preprocess_book_navigation() * * @ingroup themeable diff --git a/core/modules/book/templates/book-node-export-html.html.twig b/core/modules/book/templates/book-node-export-html.html.twig index 7168de69d47f..7719bc7339a0 100644 --- a/core/modules/book/templates/book-node-export-html.html.twig +++ b/core/modules/book/templates/book-node-export-html.html.twig @@ -10,7 +10,6 @@ * - content: Node content. * - children: All the child nodes recursively rendered through this file. * - * @see template_preprocess() * @see template_preprocess_book_node_export_html() * * @ingroup themeable diff --git a/core/modules/color/templates/color-scheme-form.html.twig b/core/modules/color/templates/color-scheme-form.html.twig index 1cd15474c0d8..6cfacbd31e7a 100644 --- a/core/modules/color/templates/color-scheme-form.html.twig +++ b/core/modules/color/templates/color-scheme-form.html.twig @@ -10,7 +10,6 @@ * - palette: Color fields that can be changed by entering in a new hex value. * - html_preview: A HTML preview of the theme's current color scheme. * - * @see template_preprocess() * @see template_preprocess_color_scheme_form() * * @ingroup themeable diff --git a/core/modules/comment/templates/comment-wrapper.html.twig b/core/modules/comment/templates/comment-wrapper.html.twig index dbf37cd9030c..a75ef11c0d20 100644 --- a/core/modules/comment/templates/comment-wrapper.html.twig +++ b/core/modules/comment/templates/comment-wrapper.html.twig @@ -30,7 +30,6 @@ * - COMMENT_MODE_FLAT * - COMMENT_MODE_THREADED * - * @see template_preprocess() * @see template_preprocess_comment_wrapper() * * @ingroup themeable diff --git a/core/modules/comment/templates/comment.html.twig b/core/modules/comment/templates/comment.html.twig index 857a90a15c52..11dab8425d28 100644 --- a/core/modules/comment/templates/comment.html.twig +++ b/core/modules/comment/templates/comment.html.twig @@ -58,7 +58,6 @@ * - comment: Full comment object. * - node: Node entity the comments are attached to. * - * @see template_preprocess() * @see template_preprocess_comment() * * @ingroup themeable diff --git a/core/modules/forum/templates/forum-icon.html.twig b/core/modules/forum/templates/forum-icon.html.twig index 986e1a60d4a2..f3447f8c0720 100644 --- a/core/modules/forum/templates/forum-icon.html.twig +++ b/core/modules/forum/templates/forum-icon.html.twig @@ -12,7 +12,6 @@ * - new_posts: '1' when this topic contains new posts, otherwise '0'. * - first_new: '1' when this is the first topic with new posts, otherwise '0'. * - * @see template_preprocess() * @see template_preprocess_forum_icon() * * @ingroup themeable diff --git a/core/modules/forum/templates/forum-list.html.twig b/core/modules/forum/templates/forum-list.html.twig index b114c3e69962..5b41f6a4c7c6 100644 --- a/core/modules/forum/templates/forum-list.html.twig +++ b/core/modules/forum/templates/forum-list.html.twig @@ -27,7 +27,6 @@ * - forum_id: Forum ID for the current forum. Parent to all items within the * forums array. * - * @see template_preprocess() * @see template_preprocess_forum_list() * * @ingroup themeable diff --git a/core/modules/forum/templates/forum-submitted.html.twig b/core/modules/forum/templates/forum-submitted.html.twig index ad059dcc08c8..5115b4c3497f 100644 --- a/core/modules/forum/templates/forum-submitted.html.twig +++ b/core/modules/forum/templates/forum-submitted.html.twig @@ -11,7 +11,6 @@ * - topic: An object with the raw data of the post. Potentially unsafe. Be * sure to clean this data before printing. * - * @see template_preprocess() * @see template_preprocess_forum_submitted() * * @ingroup themeable diff --git a/core/modules/forum/templates/forum-topic-list.html.twig b/core/modules/forum/templates/forum-topic-list.html.twig index 32727ee15c92..85888bae163d 100644 --- a/core/modules/forum/templates/forum-topic-list.html.twig +++ b/core/modules/forum/templates/forum-topic-list.html.twig @@ -26,7 +26,6 @@ * - timestamp: The raw timestamp this topic was posted. * - topic_id: Numeric ID for the current forum topic. * - * @see template_preprocess() * @see template_preprocess_forum_topic_list() * * @ingroup themeable diff --git a/core/modules/forum/templates/forums.html.twig b/core/modules/forum/templates/forums.html.twig index 59fff7db2a0c..afd24904998e 100644 --- a/core/modules/forum/templates/forums.html.twig +++ b/core/modules/forum/templates/forums.html.twig @@ -10,7 +10,6 @@ * - topics: The topics to display (as processed by forum-topic-list.html.twig). * - forums_defined: A flag to indicate that the forums are configured. * - * @see template_preprocess() * @see template_preprocess_forums() * * @ingroup themeable diff --git a/core/modules/locale/templates/locale-translation-last-check.html.twig b/core/modules/locale/templates/locale-translation-last-check.html.twig index a6902fa98228..32cd8998f545 100644 --- a/core/modules/locale/templates/locale-translation-last-check.html.twig +++ b/core/modules/locale/templates/locale-translation-last-check.html.twig @@ -9,7 +9,6 @@ * updates. * - link: A link to manually check available updates. * - * @see template_preprocess() * @see template_preprocess_locale_translation_last_check() * * @ingroup themeable diff --git a/core/modules/locale/templates/locale-translation-update-info.html.twig b/core/modules/locale/templates/locale-translation-update-info.html.twig index 183c42724cf8..81cceb4f5b70 100644 --- a/core/modules/locale/templates/locale-translation-update-info.html.twig +++ b/core/modules/locale/templates/locale-translation-update-info.html.twig @@ -13,7 +13,6 @@ * translation updates, this variable will contain text indicating how many * modules are missing translations. * - * @see template_preprocess() * @see template_preprocess_locale_translation_update_info() * * @ingroup themeable diff --git a/core/modules/node/templates/node.html.twig b/core/modules/node/templates/node.html.twig index d28b88021caf..ad128114867c 100644 --- a/core/modules/node/templates/node.html.twig +++ b/core/modules/node/templates/node.html.twig @@ -72,7 +72,6 @@ * desired field language; for example, 'node.body.en', thus overriding any * language negotiation rule that may have been applied previously. * - * @see template_preprocess() * @see template_preprocess_node() * * @todo Remove the id attribute (or make it a class), because if that gets diff --git a/core/modules/overlay/templates/overlay-disable-message.html.twig b/core/modules/overlay/templates/overlay-disable-message.html.twig index 46de92dc808b..d5891a387b63 100644 --- a/core/modules/overlay/templates/overlay-disable-message.html.twig +++ b/core/modules/overlay/templates/overlay-disable-message.html.twig @@ -7,7 +7,6 @@ * - profile_link: The link to this user's account. * - dismiss_link: The link to dismiss the overlay. * - * @see template_preprocess() * @see template_preprocess_overlay_disable_message() * * @ingroup themeable diff --git a/core/modules/overlay/templates/overlay.html.twig b/core/modules/overlay/templates/overlay.html.twig index 7f91d0e322d1..732bc33737ad 100644 --- a/core/modules/overlay/templates/overlay.html.twig +++ b/core/modules/overlay/templates/overlay.html.twig @@ -13,7 +13,6 @@ * view and edit tabs when displaying a node). * - disable_overlay: The message about how to disable the overlay. * - * @see template_preprocess() * @see template_preprocess_overlay() * * @ingroup themeable diff --git a/core/modules/search/templates/search-result.html.twig b/core/modules/search/templates/search-result.html.twig index be4ed35f69e3..9431cca822f3 100644 --- a/core/modules/search/templates/search-result.html.twig +++ b/core/modules/search/templates/search-result.html.twig @@ -52,7 +52,6 @@ * </pre> * @endcode * - * @see template_preprocess() * @see template_preprocess_search_result() * @see template_process() * diff --git a/core/modules/search/templates/search-results.html.twig b/core/modules/search/templates/search-results.html.twig index c33ba92ef667..a43d1620717b 100644 --- a/core/modules/search/templates/search-results.html.twig +++ b/core/modules/search/templates/search-results.html.twig @@ -18,7 +18,6 @@ * - pager: The pager next/prev links to display, if any. * - help: HTML for help text to display when no results are found. * - * @see template_preprocess() * @see template_preprocess_search_results() * * @ingroup themeable diff --git a/core/modules/system/templates/breadcrumb.html.twig b/core/modules/system/templates/breadcrumb.html.twig index c595f3c7ea8f..5f322f98208f 100644 --- a/core/modules/system/templates/breadcrumb.html.twig +++ b/core/modules/system/templates/breadcrumb.html.twig @@ -6,8 +6,6 @@ * Available variables: * - breadcrumb: Breadcrumb trail items. * - * @see template_preprocess() - * * @ingroup themeable */ #} diff --git a/core/modules/system/templates/html.html.twig b/core/modules/system/templates/html.html.twig index 153ff6beeb14..f2d094efec13 100644 --- a/core/modules/system/templates/html.html.twig +++ b/core/modules/system/templates/html.html.twig @@ -21,7 +21,6 @@ * - scripts: Script tags necessary to load the JavaScript files and settings * in the head. * - * @see template_preprocess() * @see template_preprocess_html() * @see template_process_html() * diff --git a/core/modules/system/templates/maintenance-page.html.twig b/core/modules/system/templates/maintenance-page.html.twig index a57b54699ad8..03255e95e08c 100644 --- a/core/modules/system/templates/maintenance-page.html.twig +++ b/core/modules/system/templates/maintenance-page.html.twig @@ -7,7 +7,6 @@ * page.html.twig. * Some may be blank but they are provided for consistency. * - * @see template_preprocess() * @see template_preprocess_maintenance_page() * * @ingroup themeable diff --git a/core/modules/system/templates/page.html.twig b/core/modules/system/templates/page.html.twig index ff7c01089071..71b66f69be15 100644 --- a/core/modules/system/templates/page.html.twig +++ b/core/modules/system/templates/page.html.twig @@ -57,7 +57,6 @@ * - page.sidebar_second: Items for the second sidebar. * - page.footer: Items for the footer region. * - * @see template_preprocess() * @see template_preprocess_page() * @see template_process() * @see template_process_page() diff --git a/core/modules/system/templates/region.html.twig b/core/modules/system/templates/region.html.twig index fe566fe8e66f..9213e02b6809 100644 --- a/core/modules/system/templates/region.html.twig +++ b/core/modules/system/templates/region.html.twig @@ -15,7 +15,6 @@ * - region: The name of the region variable as defined in the theme's * .info.yml file. * - * @see template_preprocess() * @see template_preprocess_region() * * @ingroup themeable diff --git a/core/modules/system/templates/system-plugin-ui-form.html.twig b/core/modules/system/templates/system-plugin-ui-form.html.twig index 415a6bf2f2cd..5987888e2919 100644 --- a/core/modules/system/templates/system-plugin-ui-form.html.twig +++ b/core/modules/system/templates/system-plugin-ui-form.html.twig @@ -8,7 +8,6 @@ * - left: Form elements that appear in the left column. * - right: Form elements that appear in the right column. * - * @see template_preprocess() * @see template_preprocess_system_plugin_ui_form() * * @ingroup themeable diff --git a/core/modules/system/templates/tablesort-indicator.html.twig b/core/modules/system/templates/tablesort-indicator.html.twig index f5e9c922ac92..ffdecda8ba42 100644 --- a/core/modules/system/templates/tablesort-indicator.html.twig +++ b/core/modules/system/templates/tablesort-indicator.html.twig @@ -8,7 +8,6 @@ * - style: Either 'asc' or 'desc', indicating the sorting direction. * - uri: URI to ascending or descending image. * - * @see template_preprocess() * @see template_preprocess_tablesort_indicator() * * @ingroup themeable diff --git a/core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig b/core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig index 6f9b471a47f2..d4f60e56d378 100644 --- a/core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig +++ b/core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig @@ -7,8 +7,6 @@ * - foo: foo. * - bar: bar. * - * @see template_preprocess() - * * @ingroup themeable */ #} diff --git a/core/modules/taxonomy/templates/taxonomy-term.html.twig b/core/modules/taxonomy/templates/taxonomy-term.html.twig index 765cbcff0cab..a3986fa19f36 100644 --- a/core/modules/taxonomy/templates/taxonomy-term.html.twig +++ b/core/modules/taxonomy/templates/taxonomy-term.html.twig @@ -24,7 +24,6 @@ * - id: The ID of the taxonomy term. * - view_mode: View mode, e.g. 'full', 'teaser', etc. * - * @see template_preprocess() * @see template_preprocess_taxonomy_term() * * @ingroup themeable diff --git a/core/modules/user/templates/user.html.twig b/core/modules/user/templates/user.html.twig index e011796d24bd..2f6f640c2681 100644 --- a/core/modules/user/templates/user.html.twig +++ b/core/modules/user/templates/user.html.twig @@ -18,7 +18,6 @@ * language negotiation rule that was previously applied. * - attributes: HTML attributes for the container element. * - * @see template_preprocess() * @see template_preprocess_user() * * @ingroup themeable diff --git a/core/modules/views/templates/views-exposed-form.html.twig b/core/modules/views/templates/views-exposed-form.html.twig index 239b67df0308..d4986e6d1e1e 100644 --- a/core/modules/views/templates/views-exposed-form.html.twig +++ b/core/modules/views/templates/views-exposed-form.html.twig @@ -20,7 +20,6 @@ * - offset: An optional textfield to define the offset of the view. * - reset_button: An optional button to reset the exposed filter applied. * - * @see template_preprocess() * @see template_preprocess_views_exposed_form() * * @ingroup themeable diff --git a/core/modules/views/templates/views-more.html.twig b/core/modules/views/templates/views-more.html.twig index 9ab8295742f3..c92b8495d046 100644 --- a/core/modules/views/templates/views-more.html.twig +++ b/core/modules/views/templates/views-more.html.twig @@ -8,8 +8,6 @@ * - more_url: The URL for the views "more" link. * - link_text: The text for the views "more" link. * - * @see template_preprocess() - * * @ingroup themeable */ #} diff --git a/core/modules/views/templates/views-view-field.html.twig b/core/modules/views/templates/views-view-field.html.twig index 759eb2262789..a058548c514a 100644 --- a/core/modules/views/templates/views-view-field.html.twig +++ b/core/modules/views/templates/views-view-field.html.twig @@ -19,7 +19,6 @@ * The above will guarantee that you'll always get the correct data, regardless * of any changes in the aliasing that might happen if the view is modified. * - * @see template_preprocess() * @see template_preprocess_views_view_field() * * @ingroup themeable diff --git a/core/modules/views/templates/views-view-fields.html.twig b/core/modules/views/templates/views-view-fields.html.twig index 38525c73afd2..a8aa00b8c53c 100644 --- a/core/modules/views/templates/views-view-fields.html.twig +++ b/core/modules/views/templates/views-view-fields.html.twig @@ -20,7 +20,6 @@ * element type. * - row: The raw result from the query, with all data it fetched. * - * @see template_preprocess() * @see template_preprocess_views_view_fields() * * @ingroup themeable diff --git a/core/modules/views/templates/views-view-grid.html.twig b/core/modules/views/templates/views-view-grid.html.twig index 8ba3003edf99..8b63792f8257 100644 --- a/core/modules/views/templates/views-view-grid.html.twig +++ b/core/modules/views/templates/views-view-grid.html.twig @@ -12,7 +12,6 @@ * - column_classes: HTML classes for each column including the row number and * first or last. * - * @see template_preprocess() * @see template_preprocess_views_view_grid() * * @ingroup themeable diff --git a/core/modules/views/templates/views-view-grouping.html.twig b/core/modules/views/templates/views-view-grouping.html.twig index 2375eafb9e61..f06e6b6d33de 100644 --- a/core/modules/views/templates/views-view-grouping.html.twig +++ b/core/modules/views/templates/views-view-grouping.html.twig @@ -11,7 +11,6 @@ * - content: The content to be grouped. * - rows: The rows returned from the view. * - * @see template_preprocess() * @see template_preprocess_views_view_grouping() * * @ingroup themeable diff --git a/core/modules/views/templates/views-view-list.html.twig b/core/modules/views/templates/views-view-list.html.twig index 5e2d2eb7b1f3..364ab2e4ce0b 100644 --- a/core/modules/views/templates/views-view-list.html.twig +++ b/core/modules/views/templates/views-view-list.html.twig @@ -11,7 +11,6 @@ * - type: Starting tag will be either a ul or ol. * - attributes: HTML attributes for the list element. * - * @see template_preprocess() * @see template_preprocess_views_view_list() * * @ingroup themeable diff --git a/core/modules/views/templates/views-view-row-rss.html.twig b/core/modules/views/templates/views-view-row-rss.html.twig index 0622e09f56ad..e07244caa9b2 100644 --- a/core/modules/views/templates/views-view-row-rss.html.twig +++ b/core/modules/views/templates/views-view-row-rss.html.twig @@ -9,7 +9,6 @@ * - description: RSS body text. * - item_elements: RSS item elements rendered as XML (pubDate, creator, guid). * - * @see template_preprocess() * @see template_preprocess_views_view_row_rss() * * @ingroup themeable diff --git a/core/modules/views/templates/views-view-rss.html.twig b/core/modules/views/templates/views-view-rss.html.twig index d223b059cb2b..19b5097a048c 100644 --- a/core/modules/views/templates/views-view-rss.html.twig +++ b/core/modules/views/templates/views-view-rss.html.twig @@ -12,7 +12,6 @@ * - channel_elements: The formatted channel elements. * - items: The feed items themselves. * - * @see template_preprocess() * @see template_preprocess_views_view_rss() * * @ingroup themeable diff --git a/core/modules/views/templates/views-view-summary-unformatted.html.twig b/core/modules/views/templates/views-view-summary-unformatted.html.twig index 77f68a8ba2a4..25d48e3c9759 100644 --- a/core/modules/views/templates/views-view-summary-unformatted.html.twig +++ b/core/modules/views/templates/views-view-summary-unformatted.html.twig @@ -15,7 +15,6 @@ * - inline: A flag indicating whether the item should be wrapped in an inline * or block level HTML element. * - * @see template_preprocess() * @see template_preprocess_views_view_summary_unformatted() * * @ingroup themeable diff --git a/core/modules/views/templates/views-view-summary.html.twig b/core/modules/views/templates/views-view-summary.html.twig index cffc2bc86932..64f782650a7d 100644 --- a/core/modules/views/templates/views-view-summary.html.twig +++ b/core/modules/views/templates/views-view-summary.html.twig @@ -15,7 +15,6 @@ * This contains: * - count: A flag indicating whether the count should be displayed. * - * @see template_preprocess() * @see template_preprocess_views_view_summary() * * @ingroup themeable diff --git a/core/modules/views/templates/views-view-table.html.twig b/core/modules/views/templates/views-view-table.html.twig index f3bc6e4d796b..2242c0bd6b3a 100644 --- a/core/modules/views/templates/views-view-table.html.twig +++ b/core/modules/views/templates/views-view-table.html.twig @@ -23,7 +23,6 @@ * - field_classes: HTML classes to apply to each row, indexed by row number. * This matches the index in columns and rows. * - * @see template_preprocess() * @see template_preprocess_views_view_table() * * @ingroup themeable diff --git a/core/modules/views/templates/views-view-unformatted.html.twig b/core/modules/views/templates/views-view-unformatted.html.twig index 47a66cf7ce68..e1c820feb36a 100644 --- a/core/modules/views/templates/views-view-unformatted.html.twig +++ b/core/modules/views/templates/views-view-unformatted.html.twig @@ -8,7 +8,6 @@ * - rows: A list of the view's row items. * - row_classes: A list of row class attributes keyed by the row's ID. * - * @see template_preprocess() * @see template_preprocess_views_view_unformatted() * * @ingroup themeable diff --git a/core/modules/views/templates/views-view.html.twig b/core/modules/views/templates/views-view.html.twig index 7bc73b57b7d1..f839ef957218 100644 --- a/core/modules/views/templates/views-view.html.twig +++ b/core/modules/views/templates/views-view.html.twig @@ -32,7 +32,6 @@ * - attachment_after: An optional attachment view to be displayed after the * view content. * - * @see template_preprocess() * @see template_preprocess_views_view() * * @ingroup themeable diff --git a/core/modules/views/tests/modules/views_test_data/templates/views-view--frontpage.html.twig b/core/modules/views/tests/modules/views_test_data/templates/views-view--frontpage.html.twig index 79a0e6506b71..0ccf2da9b396 100644 --- a/core/modules/views/tests/modules/views_test_data/templates/views-view--frontpage.html.twig +++ b/core/modules/views/tests/modules/views_test_data/templates/views-view--frontpage.html.twig @@ -32,7 +32,6 @@ * - attachment_after: An optional attachment view to be displayed after the * view content. * - * @see template_preprocess() * @see template_preprocess_views_view() * * @ingroup themeable diff --git a/core/modules/views_ui/templates/views-ui-display-tab-bucket.html.twig b/core/modules/views_ui/templates/views-ui-display-tab-bucket.html.twig index 1c99ae888dd8..50e925d6f4eb 100644 --- a/core/modules/views_ui/templates/views-ui-display-tab-bucket.html.twig +++ b/core/modules/views_ui/templates/views-ui-display-tab-bucket.html.twig @@ -9,7 +9,6 @@ * - title: The title of the bucket, e.g. "Fields", "Filter Criteria", etc. * - content: Content items such as fields or settings in this container. * - * @see template_preprocess() * @see template_preprocess_views_ui_display_tab_bucket() * * @ingroup themeable diff --git a/core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig b/core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig index 1b44d684b824..1c67469de55c 100644 --- a/core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig +++ b/core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig @@ -10,7 +10,6 @@ * - description: The description or label for this setting. * - settings_links: A list of links for this setting. * - * @see template_preprocess() * @see template_preprocess_views_ui_display_tab_setting() * * @ingroup themeable diff --git a/core/themes/bartik/templates/comment.html.twig b/core/themes/bartik/templates/comment.html.twig index 58496aa6df38..2a8351c3c156 100644 --- a/core/themes/bartik/templates/comment.html.twig +++ b/core/themes/bartik/templates/comment.html.twig @@ -58,7 +58,6 @@ * - comment: Full comment object. * - node: Node entity the comments are attached to. * - * @see template_preprocess() * @see template_preprocess_comment() * * @ingroup themeable diff --git a/core/themes/bartik/templates/maintenance-page.html.twig b/core/themes/bartik/templates/maintenance-page.html.twig index 7e039360a8a3..1e44d52c004e 100644 --- a/core/themes/bartik/templates/maintenance-page.html.twig +++ b/core/themes/bartik/templates/maintenance-page.html.twig @@ -5,7 +5,6 @@ * * All of the available variables are mirrored in page.html.twig. * - * @see template_preprocess() * @see template_preprocess_maintenance_page() * @see bartik_process_maintenance_page() * diff --git a/core/themes/bartik/templates/node.html.twig b/core/themes/bartik/templates/node.html.twig index 68a4a93378c4..d8af3d54798f 100644 --- a/core/themes/bartik/templates/node.html.twig +++ b/core/themes/bartik/templates/node.html.twig @@ -72,7 +72,6 @@ * desired field language; for example, 'node.body.en', thus overriding any * language negotiation rule that may have been applied previously. * - * @see template_preprocess() * @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 da511eb7fc81..240db7dc1a17 100644 --- a/core/themes/bartik/templates/page.html.twig +++ b/core/themes/bartik/templates/page.html.twig @@ -72,7 +72,6 @@ * - page.footer_fourthcolumn: Items for the fourth footer column. * - page.footer: Items for the footer region. * - * @see template_preprocess() * @see template_preprocess_page() * @see bartik_preprocess_page() * @see template_process() diff --git a/core/themes/seven/templates/maintenance-page.html.twig b/core/themes/seven/templates/maintenance-page.html.twig index 02af912884d5..ecd72866c5d1 100644 --- a/core/themes/seven/templates/maintenance-page.html.twig +++ b/core/themes/seven/templates/maintenance-page.html.twig @@ -5,7 +5,6 @@ * * All of the available variables are mirrored in page.html.twig. * - * @see template_preprocess() * @see template_preprocess_maintenance_page() * @see seven_preprocess_maintenance_page() * diff --git a/core/themes/seven/templates/page.html.twig b/core/themes/seven/templates/page.html.twig index abf824fb6683..d89939302a87 100644 --- a/core/themes/seven/templates/page.html.twig +++ b/core/themes/seven/templates/page.html.twig @@ -58,7 +58,6 @@ * - page.sidebar_second: Items for the second sidebar. * - page.footer: Items for the footer region. * - * @see template_preprocess() * @see template_preprocess_page() * @see seven_preprocess_page() * @see template_process() -- GitLab