Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -239,7 +239,7 @@ class TransientEntityTypeDeleteForm extends FormBase {
@@ -239,7 +239,7 @@ class TransientEntityTypeDeleteForm extends FormBase {
catch (LogicException $e) {
catch (LogicException $e) {
$this->messenger->addMessage($this->t($e->getMessage() . " - " . 'Please refresh page to run field_purge_batch(1000)'));
$this->messenger->addMessage($this->t($e->getMessage() . " - " . 'Please refresh page to run field_purge_batch(1000)'));
}
}
// Create the field instance on the paragraph entity.
// Create the field instance on the paragraph entity.
/* FieldConfig::create([
/* FieldConfig::create([
'field_name' => 'bp_width',
'field_name' => 'bp_width',
Loading