Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / ajax_forms_test / src / Form / AjaxFormsTestAjaxElementsForm.php
index 0290f8195c97a33085464c3d09d5e6c18721bf71..41a9b6d92ab0a4bc447f1a0e4b4ad5d1c2af036c 100644 (file)
@@ -9,6 +9,8 @@ use Drupal\Core\Form\FormStateInterface;
 /**
  * Form builder: Builds a form that has each FAPI elements triggering a simple
  * Ajax callback.
+ *
+ * @internal
  */
 class AjaxFormsTestAjaxElementsForm extends FormBase {