|
|
|
|
@ -91,10 +91,9 @@ final class MissingDerivativesFm extends FormBase {
|
|
|
|
|
* {@inheritdoc} |
|
|
|
|
*/ |
|
|
|
|
public function buildForm(array $form, FormStateInterface $form_state): array { |
|
|
|
|
$actions = $this->getDerivativeActions(); |
|
|
|
|
$form['model'] = [ |
|
|
|
|
'#type' => 'select', |
|
|
|
|
'#title' => $this->t('Node Type'), |
|
|
|
|
'#title' => $this->t('Islandora Model'), |
|
|
|
|
'#options' => $this->getVocabularyOptions('islandora_models'), |
|
|
|
|
'#required' => TRUE, |
|
|
|
|
]; |
|
|
|
|
|