You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trigger_error('Saving a block with a non-integer weight is deprecated in drupal:11.1.0 and removed in drupal:12.0.0. See https://www.drupal.org/node/3462474', E_USER_DEPRECATED);
353
+
$this->setWeight((int) $this->weight);
354
+
}
355
+
350
356
// Ensure the region is valid to mirror the behavior of block_rebuild().
351
357
// This is done primarily for backwards compatibility support of
0 commit comments