コード例 #1
0
ファイル: FeedImportForm.php プロジェクト: Tawreh/mtg
 /**
  * {@inheritdoc}
  */
 protected function actions(array $form, FormStateInterface $form_state)
 {
     $actions = parent::actions($form, $form_state);
     $actions['submit']['#disabled'] = $this->entity->isLocked();
     return $actions;
 }