Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestGetForm.php
index 5c3decd17f3770bd2538b00ba44a04a0cc918b8e..a032771e9c41d478bec9dcbf2e683d83344bab36 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Form to test whether GET forms have a CSRF token.
+ *
+ * @internal
  */
 class FormTestGetForm extends FormBase {