6 calls to BaseUpdateRunner::updateEntityType() in Scheduled Updates 8
- BaseUpdateRunner::getEntityIdsReferencingReadyUpdates in src/
Plugin/ BaseUpdateRunner.php - Get all entity ids for entities that reference updates that are ready to run.
- BaseUpdateRunner::getReferencingFieldIds in src/
Plugin/ BaseUpdateRunner.php - Get all field ids that are attached to the entity type to be updated and target this update type.
- EmbeddedUpdateRunner::getEmbeddedUpdates in src/
Plugin/ UpdateRunner/ EmbeddedUpdateRunner.php - Return all schedule updates that are referenced via Entity Reference fields.
- IndependentUpdateRunner::getReferencingUpdates in src/
Plugin/ UpdateRunner/ IndependentUpdateRunner.php - Get all scheduled updates that referencing entities via Entity Reference Field
- LatestRevisionUpdateRunner::getEntityIdsReferencingReadyUpdates in src/
Plugin/ UpdateRunner/ LatestRevisionUpdateRunner.php - This method is overridden because the version in BaseUpdateRunner only needs to get default revisions so does not call $query->allRevisions().
- LatestRevisionUpdateRunner::loadEntitiesToUpdate in src/
Plugin/ UpdateRunner/ LatestRevisionUpdateRunner.php - Load multi entities to update.