diff --git a/core/modules/file/src/Element/ManagedFile.php b/core/modules/file/src/Element/ManagedFile.php index 8a23767..14d1dd8 100644 --- a/core/modules/file/src/Element/ManagedFile.php +++ b/core/modules/file/src/Element/ManagedFile.php @@ -14,7 +14,8 @@ /** * Provides an AJAX/progress aware widget for uploading and saving a file. * - * @FormElement("managed_file") + * @todo Annotate once https://www.drupal.org/node/2326409 is in. + * FormElement("managed_file") */ class ManagedFile extends FormElement {