Browse Source

Get rid of the deprecation flags.

pull/896/head
Adam Vessey 3 years ago
parent
commit
5e6a816a37
No known key found for this signature in database
GPG Key ID: 89B39535BF6D0D39
  1. 2
      src/Form/AddChildrenForm.php
  2. 2
      src/Form/AddMediaForm.php

2
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 {

2
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 {

Loading…
Cancel
Save