$abc = $form_state->getValue('abc')[0]['value']; if($abc == 'abc'){ drupal_set_message('aa'); }
$form_state->getValue('abc')[0]['value']这个值是不存在的情况下也不会报错的if()也不会报错的也就是说if()判断里面的左边不一定要是有效的值