Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestStorageForm.php
index 9187012977c291aa310545d11c2ccd06f4673123..f81658d537d79d9f129849f8f016f499c267c4d6 100644 (file)
@@ -13,6 +13,8 @@ use Drupal\Core\Form\FormStateInterface;
  * in the form storage and have to be present during any step. By setting the
  * request parameter "cache" the form can be tested with caching enabled, as
  * it would be the case, if the form would contain some #ajax callbacks.
+ *
+ * @internal
  */
 class FormTestStorageForm extends FormBase {