You are here

service scheduled_updates.update_runner in Scheduled Updates 8

Class

\Drupal\scheduled_updates\UpdateRunnerUtils
5 string references to scheduled_updates.update_runner
RunUpdatesCommand::execute in src/Command/RunUpdatesCommand.php
ScheduledUpdateAddController::create in src/Controller/ScheduledUpdateAddController.php
Instantiates a new instance of this class.
scheduled_updates_entity_update in ./scheduled_updates.module
Implements hook_entity_update().
scheduled_updates_form_field_config_edit_form_alter in ./scheduled_updates.module
Implements hook_form_FORM_ID_alter().
UpdateRunnerForm::create in src/Form/UpdateRunnerForm.php
Instantiates a new instance of this class.

File

./scheduled_updates.services.yml
scheduled_updates.services.yml

View source
  1. class: \Drupal\scheduled_updates\UpdateRunnerUtils
  2. arguments:
  3. - '@entity_field.manager'
  4. - '@entity_type.bundle.info'
  5. - '@plugin.manager.scheduled_updates.update_runner'
  6. - '@scheduled_updates.update_utils'
  7. - '@config.factory'