From d0b0b4a5b632e71f82cd69204330aed60727ed5a Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Tue, 3 Nov 2015 10:56:50 +0000 Subject: [PATCH] Issue #2604324 by krknth, anil280988: block.html.twig variable docs are incorrect --- core/modules/block/templates/block.html.twig | 3 +-- .../system/templates/block--system-menu-block.html.twig | 3 +-- core/themes/bartik/templates/block.html.twig | 3 +-- .../classy/templates/block/block--search-form-block.html.twig | 3 +-- .../classy/templates/block/block--system-menu-block.html.twig | 3 +-- core/themes/classy/templates/block/block.html.twig | 3 +-- 6 files changed, 6 insertions(+), 12 deletions(-) diff --git a/core/modules/block/templates/block.html.twig b/core/modules/block/templates/block.html.twig index 11cc17ed803c..d880475255d0 100644 --- a/core/modules/block/templates/block.html.twig +++ b/core/modules/block/templates/block.html.twig @@ -9,8 +9,7 @@ * - configuration: A list of the block's configuration values. * - label: The configured label for the block. * - label_display: The display settings for the label. - * - module: The module that provided this block plugin. - * - cache: The cache settings. + * - provider: The module or other provider that provided this block plugin. * - Block plugin specific settings will also be stored here. * - content: The content of this block. * - attributes: array of HTML attributes populated by modules, intended to diff --git a/core/modules/system/templates/block--system-menu-block.html.twig b/core/modules/system/templates/block--system-menu-block.html.twig index 617bb525b742..8f4548c4aead 100644 --- a/core/modules/system/templates/block--system-menu-block.html.twig +++ b/core/modules/system/templates/block--system-menu-block.html.twig @@ -9,8 +9,7 @@ * - configuration: A list of the block's configuration values. * - label: The configured label for the block. * - label_display: The display settings for the label. - * - module: The module that provided this block plugin. - * - cache: The cache settings. + * - provider: The module or other provider that provided this block plugin. * - Block plugin specific settings will also be stored here. * - content: The content of this block. * - attributes: HTML attributes for the containing element. diff --git a/core/themes/bartik/templates/block.html.twig b/core/themes/bartik/templates/block.html.twig index f94013dd3660..9d8be22ee9f7 100644 --- a/core/themes/bartik/templates/block.html.twig +++ b/core/themes/bartik/templates/block.html.twig @@ -9,8 +9,7 @@ * - configuration: A list of the block's configuration values. * - label: The configured label for the block. * - label_display: The display settings for the label. - * - module: The module that provided this block plugin. - * - cache: The cache settings. + * - provider: The module or other provider that provided this block plugin. * - Block plugin specific settings will also be stored here. * - content: The content of this block. * - attributes: array of HTML attributes populated by modules, intended to diff --git a/core/themes/classy/templates/block/block--search-form-block.html.twig b/core/themes/classy/templates/block/block--search-form-block.html.twig index da280931148d..667202fb6b65 100644 --- a/core/themes/classy/templates/block/block--search-form-block.html.twig +++ b/core/themes/classy/templates/block/block--search-form-block.html.twig @@ -9,8 +9,7 @@ * - configuration: A list of the block's configuration values, including: * - label: The configured label for the block. * - label_display: The display settings for the label. - * - module: The module that provided this block plugin. - * - cache: The cache settings. + * - provider: The module or other provider that provided this block plugin. * - Block plugin specific settings will also be stored here. * - content: The content of this block. * - attributes: A list HTML attributes populated by modules, intended to diff --git a/core/themes/classy/templates/block/block--system-menu-block.html.twig b/core/themes/classy/templates/block/block--system-menu-block.html.twig index dcb019a6fb95..407f8403fd28 100644 --- a/core/themes/classy/templates/block/block--system-menu-block.html.twig +++ b/core/themes/classy/templates/block/block--system-menu-block.html.twig @@ -9,8 +9,7 @@ * - configuration: A list of the block's configuration values. * - label: The configured label for the block. * - label_display: The display settings for the label. - * - module: The module that provided this block plugin. - * - cache: The cache settings. + * - provider: The module or other provider that provided this block plugin. * - Block plugin specific settings will also be stored here. * - content: The content of this block. * - attributes: HTML attributes for the containing element. diff --git a/core/themes/classy/templates/block/block.html.twig b/core/themes/classy/templates/block/block.html.twig index 8b584b916d99..fd3311be958b 100644 --- a/core/themes/classy/templates/block/block.html.twig +++ b/core/themes/classy/templates/block/block.html.twig @@ -9,8 +9,7 @@ * - configuration: A list of the block's configuration values. * - label: The configured label for the block. * - label_display: The display settings for the label. - * - module: The module that provided this block plugin. - * - cache: The cache settings. + * - provider: The module or other provider that provided this block plugin. * - Block plugin specific settings will also be stored here. * - content: The content of this block. * - attributes: array of HTML attributes populated by modules, intended to -- GitLab