Loading core/modules/field/field.module +1 −1 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ function field_config_import_steps_alter(&$sync_steps, ConfigImporter $config_im // to purge field data where the module that provides the field is being // uninstalled. array_unshift($sync_steps, ['\Drupal\field\ConfigImporterFieldPurger', 'process']); }; } } /** Loading core/modules/migrate/src/Plugin/migrate/id_map/Sql.php +1 −1 Original line number Diff line number Diff line Loading @@ -975,7 +975,7 @@ public function getHighestId() { $keys = $this->migration->getDestinationPlugin()->getIds(); if (reset($keys)['type'] !== 'integer') { throw new \LogicException('To determine the highest migrated ID the first ID must be an integer'); }; } // List of mapping tables to look in for the highest ID. $map_tables = [ Loading core/modules/taxonomy/taxonomy.post_update.php +1 −1 Original line number Diff line number Diff line Loading @@ -249,7 +249,7 @@ function taxonomy_post_update_configure_status_field_widget(&$sandbox = NULL) { ], ]); return TRUE; }; } return FALSE; }); } core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ public function testConfigRemovalBaseTable() { foreach ($entities as $entity_type_id => $definition) { if ($definition->getProvider() == 'entity_test') { $this->installEntitySchema($entity_type_id); }; } } // Check that removing the module that provides the base table for a View, Loading core/modules/workspaces/src/EntityOperations.php +1 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,7 @@ public function entityFormAlter(array &$form, FormStateInterface $form_state, $f $form['#access'] = FALSE; continue; } }; } } /** Loading Loading
core/modules/field/field.module +1 −1 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ function field_config_import_steps_alter(&$sync_steps, ConfigImporter $config_im // to purge field data where the module that provides the field is being // uninstalled. array_unshift($sync_steps, ['\Drupal\field\ConfigImporterFieldPurger', 'process']); }; } } /** Loading
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php +1 −1 Original line number Diff line number Diff line Loading @@ -975,7 +975,7 @@ public function getHighestId() { $keys = $this->migration->getDestinationPlugin()->getIds(); if (reset($keys)['type'] !== 'integer') { throw new \LogicException('To determine the highest migrated ID the first ID must be an integer'); }; } // List of mapping tables to look in for the highest ID. $map_tables = [ Loading
core/modules/taxonomy/taxonomy.post_update.php +1 −1 Original line number Diff line number Diff line Loading @@ -249,7 +249,7 @@ function taxonomy_post_update_configure_status_field_widget(&$sandbox = NULL) { ], ]); return TRUE; }; } return FALSE; }); }
core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ public function testConfigRemovalBaseTable() { foreach ($entities as $entity_type_id => $definition) { if ($definition->getProvider() == 'entity_test') { $this->installEntitySchema($entity_type_id); }; } } // Check that removing the module that provides the base table for a View, Loading
core/modules/workspaces/src/EntityOperations.php +1 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,7 @@ public function entityFormAlter(array &$form, FormStateInterface $form_state, $f $form['#access'] = FALSE; continue; } }; } } /** Loading