diff --git a/core/modules/help/src/Plugin/Block/HelpBlock.php b/core/modules/help/src/Plugin/Block/HelpBlock.php index 17dd88e..e9d683a 100644 --- a/core/modules/help/src/Plugin/Block/HelpBlock.php +++ b/core/modules/help/src/Plugin/Block/HelpBlock.php @@ -15,7 +15,8 @@ * * @Block( * id = "help_block", - * admin_label = @Translation("Help") + * admin_label = @Translation("Help"), + * category = @Translation("Help") * ) */ class HelpBlock extends BlockBase implements ContainerFactoryPluginInterface { diff --git a/core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php b/core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php index 8bd84b2..7e76a88 100644 --- a/core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php +++ b/core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php @@ -18,7 +18,8 @@ * * @Block( * id = "statistics_popular_block", - * admin_label = @Translation("Popular content") + * admin_label = @Translation("Popular content"), + * category = @Translation("Statistics") * ) */ class StatisticsPopularBlock extends BlockBase implements ContainerFactoryPluginInterface { diff --git a/core/modules/views/src/Plugin/Block/ViewsBlock.php b/core/modules/views/src/Plugin/Block/ViewsBlock.php index ad8d7c9..c13319d 100644 --- a/core/modules/views/src/Plugin/Block/ViewsBlock.php +++ b/core/modules/views/src/Plugin/Block/ViewsBlock.php @@ -12,6 +12,7 @@ * @Block( * id = "views_block", * admin_label = @Translation("Views Block"), + * category = @Translation("Lists (Views)"), * deriver = "Drupal\views\Plugin\Derivative\ViewsBlock" * ) */ diff --git a/core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php b/core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php index 2dd4652..281c827 100644 --- a/core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php +++ b/core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php @@ -9,6 +9,7 @@ * @Block( * id = "views_exposed_filter_block", * admin_label = @Translation("Views Exposed Filter Block"), + * category = @Translation("Lists (Views)"), * deriver = "Drupal\views\Plugin\Derivative\ViewsExposedFilterBlock" * ) */