Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestDetailsForm.php
index 594967950f115c816c2b52855c8078cef20ea142..839b909a75115939e8612942dd2868a4d68dbfa5 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Builds a simple form to test the #group property on #type 'container'.
+ *
+ * @internal
  */
 class FormTestDetailsForm extends FormBase {