diff --git a/core/modules/block/templates/block.html.twig b/core/modules/block/templates/block.html.twig index 11cc17e..b9c5898 100644 --- a/core/modules/block/templates/block.html.twig +++ b/core/modules/block/templates/block.html.twig @@ -9,7 +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. + * - provider: The module that provided this block plugin. * - cache: The cache settings. * - Block plugin specific settings will also be stored here. * - content: The content of this block. 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 617bb52..7ff24a6 100644 --- a/core/modules/system/templates/block--system-menu-block.html.twig +++ b/core/modules/system/templates/block--system-menu-block.html.twig @@ -9,7 +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. + * - provider: The module that provided this block plugin. * - cache: The cache settings. * - Block plugin specific settings will also be stored here. * - content: The content of this block. diff --git a/core/themes/bartik/templates/block.html.twig b/core/themes/bartik/templates/block.html.twig index f94013d..151b29a 100644 --- a/core/themes/bartik/templates/block.html.twig +++ b/core/themes/bartik/templates/block.html.twig @@ -9,7 +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. + * - provider: The module that provided this block plugin. * - cache: The cache settings. * - Block plugin specific settings will also be stored here. * - content: The content of this block. 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 da28093..51c432e 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,7 +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. + * - provider: The module that provided this block plugin. * - cache: The cache settings. * - Block plugin specific settings will also be stored here. * - content: The content of this block. 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 dcb019a..e32547b 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,7 +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. + * - provider: The module that provided this block plugin. * - cache: The cache settings. * - Block plugin specific settings will also be stored here. * - content: The content of this block. diff --git a/core/themes/classy/templates/block/block.html.twig b/core/themes/classy/templates/block/block.html.twig index 8b584b9..2f339ad 100644 --- a/core/themes/classy/templates/block/block.html.twig +++ b/core/themes/classy/templates/block/block.html.twig @@ -9,7 +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. + * - provider: The module that provided this block plugin. * - cache: The cache settings. * - Block plugin specific settings will also be stored here. * - content: The content of this block.