removed some dsm() frome custom module
This commit is contained in:
parent
00159a5db8
commit
16c65e63a9
|
@ -120,6 +120,6 @@ class SamplesItem extends FieldItemBase {
|
|||
*/
|
||||
public static function fieldSettingsFormValidate(array $form, FormStateInterface $form_state) {
|
||||
$field = $form_state->getFormObject()->getEntity();
|
||||
dsm($field);
|
||||
// dsm($field);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -125,7 +125,7 @@ class SamplesDefaultWidget extends WidgetBase {
|
|||
// foreach ($values as $key => $value) {
|
||||
// $values[$key]['value']['target_id'] = (int)$values[$key]['value']['target_id'];
|
||||
// }
|
||||
dsm($values);
|
||||
// dsm($values);
|
||||
return $values;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue