Commit 7268c84e authored by Rory Fewell's avatar Rory Fewell Committed by Marcin Grabias
Browse files

Issue #3316334 by roryfsoton, pookmish, maxstarkenburg: Interface incompatible...

Issue #3316334 by roryfsoton, pookmish, maxstarkenburg: Interface incompatible with views_bulk_operations
parent b870bc57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -377,7 +377,7 @@ trait BulkEditFormTrait {
   * @param \Drupal\Core\Form\FormStateInterface $form_state
   *   The form_state object.
   */
  public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
  public function submitConfigurationForm(array &$form, FormStateInterface $form_state): void {
    $storage = $form_state->getStorage();
    $bundle_data = $storage['vbe_entity_bundles_data'];