diff --git a/src/Form/AddChildrenForm.php b/src/Form/AddChildrenForm.php index b349f570..528b4283 100644 --- a/src/Form/AddChildrenForm.php +++ b/src/Form/AddChildrenForm.php @@ -12,8 +12,6 @@ use Symfony\Component\HttpKernel\Exception\HttpException; /** * Form that lets users upload one or more files as children to a resource node. - * - * @deprecated Use the \Drupal\islandora\Form\AddChildrenWizard\ChildForm instead. */ class AddChildrenForm extends AddMediaForm { diff --git a/src/Form/AddMediaForm.php b/src/Form/AddMediaForm.php index 5078d1a8..281abd9a 100644 --- a/src/Form/AddMediaForm.php +++ b/src/Form/AddMediaForm.php @@ -23,8 +23,6 @@ use Symfony\Component\HttpKernel\Exception\HttpException; /** * Form that lets users upload one or more files as children to a resource node. - * - * @deprecated Use the \Drupal\islandora\Form\AddChildrenWizard\MediaForm instead. */ class AddMediaForm extends FormBase {