Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestStatePersistForm.php
index e34af83b1692de9f65b04cb14e11f3b3c43146fc..af7f51cf898129c92d95c6da796939deef932fc7 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Form constructor for testing form state persistence.
+ *
+ * @internal
  */
 class FormTestStatePersistForm extends FormBase {