Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestDisabledElementsForm.php
index 7d482a428f8dc3489c5f1dbe58b30cf3c854ef9d..a756dc50b66fbf9991ea310f7e87c30607cbc2a8 100644 (file)
@@ -9,6 +9,8 @@ use Symfony\Component\HttpFoundation\JsonResponse;
 
 /**
  * Builds a form to test disabled elements.
+ *
+ * @internal
  */
 class FormTestDisabledElementsForm extends FormBase {