X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsearch%2Fsrc%2FForm%2FSearchPageForm.php;fp=web%2Fcore%2Fmodules%2Fsearch%2Fsrc%2FForm%2FSearchPageForm.php;h=0d8a34e2ea3b2bce050c148879c54a3b33de7240;hp=e46195baeaa2b877f03090e58dac4b77debb4589;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/search/src/Form/SearchPageForm.php b/web/core/modules/search/src/Form/SearchPageForm.php index e46195bae..0d8a34e2e 100644 --- a/web/core/modules/search/src/Form/SearchPageForm.php +++ b/web/core/modules/search/src/Form/SearchPageForm.php @@ -15,6 +15,8 @@ use Drupal\search\SearchPageInterface; * submit, making sure to redirect with a GET parameter of 'keys' included, to * trigger the search being processed by the controller, and adding in any * additional query parameters they need to execute search. + * + * @internal */ class SearchPageForm extends FormBase {