From f68a0b122d1ea9dccf10e694ec90b93f41d6eb9c Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Fri, 20 Jun 2014 08:14:04 -0700 Subject: [PATCH] Issue #2288509 by er.pushpinderrana, c31ck: Add link to search page annotation class --- core/modules/search/src/Annotation/SearchPlugin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/modules/search/src/Annotation/SearchPlugin.php b/core/modules/search/src/Annotation/SearchPlugin.php index b31ffe4879eb..890b03adf8b7 100644 --- a/core/modules/search/src/Annotation/SearchPlugin.php +++ b/core/modules/search/src/Annotation/SearchPlugin.php @@ -17,6 +17,8 @@ * * @see SearchPluginBase * + * @ingroup search + * * @Annotation */ class SearchPlugin extends Plugin { -- GitLab