commit 83b34a4ae741e245d9b009d6e6936254a05f0c32 (HEAD, 1535868-blocks) Author: Tim Plunkett Date: Sun Nov 25 17:21:11 2012 -0500 Add docblocks for the block plugins. diff --git a/core/modules/aggregator/lib/Drupal/aggregator/Plugin/block/block/CategoryBlock.php b/core/modules/aggregator/lib/Drupal/aggregator/Plugin/block/block/CategoryBlock.php index 53d843a..b4acb0c 100644 --- a/core/modules/aggregator/lib/Drupal/aggregator/Plugin/block/block/CategoryBlock.php +++ b/core/modules/aggregator/lib/Drupal/aggregator/Plugin/block/block/CategoryBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides an 'Aggregator category' block. * * @Plugin( * id = "aggregator_category_block", diff --git a/core/modules/aggregator/lib/Drupal/aggregator/Plugin/block/block/FeedBlock.php b/core/modules/aggregator/lib/Drupal/aggregator/Plugin/block/block/FeedBlock.php index 909f676..1c57d91 100644 --- a/core/modules/aggregator/lib/Drupal/aggregator/Plugin/block/block/FeedBlock.php +++ b/core/modules/aggregator/lib/Drupal/aggregator/Plugin/block/block/FeedBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides an 'Aggregator feed' block. * * @Plugin( * id = "aggregator_feed_block", diff --git a/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/block/block/CustomBlock.php b/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/block/block/CustomBlock.php index 704517a..9155b54 100644 --- a/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/block/block/CustomBlock.php +++ b/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/block/block/CustomBlock.php @@ -11,7 +11,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a generic custom block. * * @Plugin( * id = "custom_block", diff --git a/core/modules/block/tests/lib/Drupal/block_test/Plugin/block/block/TestCacheBlock.php b/core/modules/block/tests/lib/Drupal/block_test/Plugin/block/block/TestCacheBlock.php index 4ae387f..d88f834 100644 --- a/core/modules/block/tests/lib/Drupal/block_test/Plugin/block/block/TestCacheBlock.php +++ b/core/modules/block/tests/lib/Drupal/block_test/Plugin/block/block/TestCacheBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a block to test caching. * * @Plugin( * id = "test_cache", diff --git a/core/modules/block/tests/lib/Drupal/block_test/Plugin/block/block/TestHtmlIdBlock.php b/core/modules/block/tests/lib/Drupal/block_test/Plugin/block/block/TestHtmlIdBlock.php index 3f478d6..53e9598 100644 --- a/core/modules/block/tests/lib/Drupal/block_test/Plugin/block/block/TestHtmlIdBlock.php +++ b/core/modules/block/tests/lib/Drupal/block_test/Plugin/block/block/TestHtmlIdBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a block to test HTML IDs. * * @Plugin( * id = "test_html_id", diff --git a/core/modules/book/lib/Drupal/book/Plugin/block/block/BookNavigationBlock.php b/core/modules/book/lib/Drupal/book/Plugin/block/block/BookNavigationBlock.php index 36d6ac2..c4b1f5c 100644 --- a/core/modules/book/lib/Drupal/book/Plugin/block/block/BookNavigationBlock.php +++ b/core/modules/book/lib/Drupal/book/Plugin/block/block/BookNavigationBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'Book navigation' block. * * @Plugin( * id = "book_navigation", diff --git a/core/modules/comment/lib/Drupal/comment/Plugin/block/block/RecentBlock.php b/core/modules/comment/lib/Drupal/comment/Plugin/block/block/RecentBlock.php index 8b81053..da49bd8 100644 --- a/core/modules/comment/lib/Drupal/comment/Plugin/block/block/RecentBlock.php +++ b/core/modules/comment/lib/Drupal/comment/Plugin/block/block/RecentBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'Recent comments' block. * * @Plugin( * id = "recent_comments", diff --git a/core/modules/forum/lib/Drupal/forum/Plugin/block/block/ActiveBlock.php b/core/modules/forum/lib/Drupal/forum/Plugin/block/block/ActiveBlock.php index b74f7b3..4abf273 100644 --- a/core/modules/forum/lib/Drupal/forum/Plugin/block/block/ActiveBlock.php +++ b/core/modules/forum/lib/Drupal/forum/Plugin/block/block/ActiveBlock.php @@ -11,7 +11,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides an 'Active forum topics' block. * * @Plugin( * id = "forum_active_block", diff --git a/core/modules/forum/lib/Drupal/forum/Plugin/block/block/NewBlock.php b/core/modules/forum/lib/Drupal/forum/Plugin/block/block/NewBlock.php index 11e0313..944d8a8 100644 --- a/core/modules/forum/lib/Drupal/forum/Plugin/block/block/NewBlock.php +++ b/core/modules/forum/lib/Drupal/forum/Plugin/block/block/NewBlock.php @@ -11,7 +11,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'New forum topics' block. * * @Plugin( * id = "forum_new_block", diff --git a/core/modules/language/lib/Drupal/language/Plugin/block/block/LanguageBlock.php b/core/modules/language/lib/Drupal/language/Plugin/block/block/LanguageBlock.php index 1714748..32897cb 100644 --- a/core/modules/language/lib/Drupal/language/Plugin/block/block/LanguageBlock.php +++ b/core/modules/language/lib/Drupal/language/Plugin/block/block/LanguageBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'Language switcher' block. * * @Plugin( * id = "language_block", diff --git a/core/modules/menu/lib/Drupal/menu/Plugin/block/block/MenuBlock.php b/core/modules/menu/lib/Drupal/menu/Plugin/block/block/MenuBlock.php index 5e16f14..cff3abd 100644 --- a/core/modules/menu/lib/Drupal/menu/Plugin/block/block/MenuBlock.php +++ b/core/modules/menu/lib/Drupal/menu/Plugin/block/block/MenuBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a generic Menu block. * * @Plugin( * id = "menu_menu_block", diff --git a/core/modules/node/lib/Drupal/node/Plugin/block/block/RecentBlock.php b/core/modules/node/lib/Drupal/node/Plugin/block/block/RecentBlock.php index fb86c80..b470d7b 100644 --- a/core/modules/node/lib/Drupal/node/Plugin/block/block/RecentBlock.php +++ b/core/modules/node/lib/Drupal/node/Plugin/block/block/RecentBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'Recent content' block. * * @Plugin( * id = "node_recent_block", diff --git a/core/modules/node/lib/Drupal/node/Plugin/block/block/SyndicateBlock.php b/core/modules/node/lib/Drupal/node/Plugin/block/block/SyndicateBlock.php index e7c962c..beb04db 100644 --- a/core/modules/node/lib/Drupal/node/Plugin/block/block/SyndicateBlock.php +++ b/core/modules/node/lib/Drupal/node/Plugin/block/block/SyndicateBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'Syndicate' block. * * @Plugin( * id = "node_syndicate_block", diff --git a/core/modules/poll/lib/Drupal/poll/Plugin/block/block/PollRecentBlock.php b/core/modules/poll/lib/Drupal/poll/Plugin/block/block/PollRecentBlock.php index 4db6d8a..d9b08e4 100644 --- a/core/modules/poll/lib/Drupal/poll/Plugin/block/block/PollRecentBlock.php +++ b/core/modules/poll/lib/Drupal/poll/Plugin/block/block/PollRecentBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'Most recent poll' block. * * @Plugin( * id = "poll_recent_block", diff --git a/core/modules/search/lib/Drupal/search/Plugin/block/block/SearchBlock.php b/core/modules/search/lib/Drupal/search/Plugin/block/block/SearchBlock.php index 94cd343..cd24ac6 100644 --- a/core/modules/search/lib/Drupal/search/Plugin/block/block/SearchBlock.php +++ b/core/modules/search/lib/Drupal/search/Plugin/block/block/SearchBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'Search form' block. * * @Plugin( * id = "search_form_block", diff --git a/core/modules/shortcut/lib/Drupal/shortcut/Plugin/block/block/ShortcutsBlock.php b/core/modules/shortcut/lib/Drupal/shortcut/Plugin/block/block/ShortcutsBlock.php index fe17ca1..e9f445d 100644 --- a/core/modules/shortcut/lib/Drupal/shortcut/Plugin/block/block/ShortcutsBlock.php +++ b/core/modules/shortcut/lib/Drupal/shortcut/Plugin/block/block/ShortcutsBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'Shortcut' block. * * @Plugin( * id = "shortcuts", diff --git a/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemHelpBlock.php b/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemHelpBlock.php index 0239e0a..34b68ad 100644 --- a/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemHelpBlock.php +++ b/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemHelpBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'System Help' block. * * @Plugin( * id = "system_help_block", diff --git a/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemMainBlock.php b/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemMainBlock.php index 41d6487..b2cffa6 100644 --- a/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemMainBlock.php +++ b/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemMainBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'Main page content' block. * * @Plugin( * id = "system_main_block", diff --git a/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemMenuBlock.php b/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemMenuBlock.php index f7a8efa..5c95a5f 100644 --- a/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemMenuBlock.php +++ b/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemMenuBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'System Menu' block. * * @Plugin( * id = "system_menu_block", diff --git a/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemPoweredByBlock.php b/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemPoweredByBlock.php index 7faceea..82bf742 100644 --- a/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemPoweredByBlock.php +++ b/core/modules/system/lib/Drupal/system/Plugin/block/block/SystemPoweredByBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'Powered by Drupal' block. * * @Plugin( * id = "system_powered_by_block", diff --git a/core/modules/user/lib/Drupal/user/Plugin/block/block/UserLoginBlock.php b/core/modules/user/lib/Drupal/user/Plugin/block/block/UserLoginBlock.php index 42de0ad..63e4be4 100644 --- a/core/modules/user/lib/Drupal/user/Plugin/block/block/UserLoginBlock.php +++ b/core/modules/user/lib/Drupal/user/Plugin/block/block/UserLoginBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'User login' block. * * @Plugin( * id = "user_login_block", diff --git a/core/modules/user/lib/Drupal/user/Plugin/block/block/UserNewBlock.php b/core/modules/user/lib/Drupal/user/Plugin/block/block/UserNewBlock.php index f75c070..668187e 100644 --- a/core/modules/user/lib/Drupal/user/Plugin/block/block/UserNewBlock.php +++ b/core/modules/user/lib/Drupal/user/Plugin/block/block/UserNewBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a "Who's new" block. * * @Plugin( * id = "user_new_block", diff --git a/core/modules/user/lib/Drupal/user/Plugin/block/block/UserOnlineBlock.php b/core/modules/user/lib/Drupal/user/Plugin/block/block/UserOnlineBlock.php index f9d9245..d3138b3 100644 --- a/core/modules/user/lib/Drupal/user/Plugin/block/block/UserOnlineBlock.php +++ b/core/modules/user/lib/Drupal/user/Plugin/block/block/UserOnlineBlock.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a "Who's online" block. * * @Plugin( * id = "user_online_block", diff --git a/core/modules/views/lib/Drupal/views/Plugin/block/block/ViewsBlock.php b/core/modules/views/lib/Drupal/views/Plugin/block/block/ViewsBlock.php index 5b7a26e..c8b6c59 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/block/block/ViewsBlock.php +++ b/core/modules/views/lib/Drupal/views/Plugin/block/block/ViewsBlock.php @@ -13,7 +13,7 @@ use Drupal\Component\Plugin\Discovery\DiscoveryInterface; /** - * @todo. + * Provides a generic Views block. * * @Plugin( * id = "views_block", diff --git a/core/modules/views/lib/Drupal/views/Plugin/block/block/ViewsExposedFilterBlock.php b/core/modules/views/lib/Drupal/views/Plugin/block/block/ViewsExposedFilterBlock.php index e172e05..d35fe36 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/block/block/ViewsExposedFilterBlock.php +++ b/core/modules/views/lib/Drupal/views/Plugin/block/block/ViewsExposedFilterBlock.php @@ -11,7 +11,7 @@ use Drupal\Core\Annotation\Translation; /** - * @todo. + * Provides a 'Views Exposed Filter' block. * * @Plugin( * id = "views_exposed_filter_block",