Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestValidateNoToken.php
index 1e996eea3b13f3e5bb0456b0b9fb69cb887f3118..c4b568edd085ebe2c2518c85fafa66611f4c81de 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Form to test the validation of forms with a disabled CSRF token.
+ *
+ * @internal
  */
 class FormTestValidateNoToken extends FormBase {