commit 1d9a8930715ae4d1f6286c9ab1da2daa391df289 Author: Lee Rowlands Date: Mon Apr 15 19:18:17 2013 +1000 Fixes for change from Plugin to PluginID in annotations diff --git a/core/modules/comment/lib/Drupal/comment/Plugin/views/field/StatisticsLastCommentName.php b/core/modules/comment/lib/Drupal/comment/Plugin/views/field/StatisticsLastCommentName.php index c0b7c7b..95d0d05 100644 --- a/core/modules/comment/lib/Drupal/comment/Plugin/views/field/StatisticsLastCommentName.php +++ b/core/modules/comment/lib/Drupal/comment/Plugin/views/field/StatisticsLastCommentName.php @@ -15,7 +15,7 @@ * * @ingroup views_field_handlers * - * @Plugin("comment_ces_last_comment_name") + * @PluginID("comment_ces_last_comment_name") */ class StatisticsLastCommentName extends FieldPluginBase { diff --git a/core/modules/comment/lib/Drupal/comment/Plugin/views/field/StatisticsLastUpdated.php b/core/modules/comment/lib/Drupal/comment/Plugin/views/field/StatisticsLastUpdated.php index 7c199a0..5db8ad2 100644 --- a/core/modules/comment/lib/Drupal/comment/Plugin/views/field/StatisticsLastUpdated.php +++ b/core/modules/comment/lib/Drupal/comment/Plugin/views/field/StatisticsLastUpdated.php @@ -15,7 +15,7 @@ * * @ingroup views_field_handlers * - * @Plugin("comment_ces_last_updated") + * @PluginID("comment_ces_last_updated") */ class StatisticsLastUpdated extends Date { diff --git a/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/StatisticsLastUpdated.php b/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/StatisticsLastUpdated.php index 48ad790..c195066 100644 --- a/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/StatisticsLastUpdated.php +++ b/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/StatisticsLastUpdated.php @@ -15,7 +15,7 @@ * * @ingroup views_filter_handlers * - * @Plugin("comment_ces_last_updated") + * @PluginID("comment_ces_last_updated") */ class StatisticsLastUpdated extends Date { diff --git a/core/modules/comment/lib/Drupal/comment/Plugin/views/sort/StatisticsLastCommentName.php b/core/modules/comment/lib/Drupal/comment/Plugin/views/sort/StatisticsLastCommentName.php index 9ff59bf..6a926da 100644 --- a/core/modules/comment/lib/Drupal/comment/Plugin/views/sort/StatisticsLastCommentName.php +++ b/core/modules/comment/lib/Drupal/comment/Plugin/views/sort/StatisticsLastCommentName.php @@ -16,7 +16,7 @@ * * @ingroup views_sort_handlers * - * @Plugin("comment_ces_last_comment_name") + * @PluginID("comment_ces_last_comment_name") */ class StatisticsLastCommentName extends SortPluginBase {