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