Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / search / src / Form / SearchPageForm.php
index e46195baeaa2b877f03090e58dac4b77debb4589..0d8a34e2ea3b2bce050c148879c54a3b33de7240 100644 (file)
@@ -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 {