Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / ajax_forms_test / src / Form / AjaxFormsTestValidationForm.php
index fb3019493c0defac95f5a56ceefe6b6da3aa23a1..d908e3809cdfc24df6ba0fc9e781a2105156a122 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Form builder: Builds a form that triggers a simple AJAX callback.
+ *
+ * @internal
  */
 class AjaxFormsTestValidationForm extends FormBase {