Loading src/EntityUsageBatchManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ class EntityUsageBatchManager implements ContainerInjectionInterface { */ public function generateBatch() { $operations = []; $to_track = $to_track = $this->config->get('track_enabled_source_entity_types'); $to_track = $this->config->get('track_enabled_source_entity_types'); foreach ($this->entityTypeManager->getDefinitions() as $entity_type_id => $entity_type) { // Only look for entities enabled for tracking on the settings form. $track_this_entity_type = FALSE; Loading Loading
src/EntityUsageBatchManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ class EntityUsageBatchManager implements ContainerInjectionInterface { */ public function generateBatch() { $operations = []; $to_track = $to_track = $this->config->get('track_enabled_source_entity_types'); $to_track = $this->config->get('track_enabled_source_entity_types'); foreach ($this->entityTypeManager->getDefinitions() as $entity_type_id => $entity_type) { // Only look for entities enabled for tracking on the settings form. $track_this_entity_type = FALSE; Loading