Validates a target_bundles_update element.
public static function validateTargetBundlesUpdate($element, FormStateInterface $form_state, $form) { // Don't store the 'target_bundles_update' button value into the field // config settings. $form_state->unsetValue($element['#parents']); }