service entity_share_cron in Entity Share Cron 8.2
Same name and namespace in other branches
- 8 entity_share_cron.services.yml \entity_share_cron
- 3.0.x entity_share_cron.services.yml \entity_share_cron
Class
Drupal\entity_share_cron\EntityShareCronService4 string references to entity_share_cron
- EntityShareCronPending::create in src/
Plugin/ QueueWorker/ EntityShareCronPending.php - Creates an instance of the plugin.
- entity_share_cron_cron in ./
entity_share_cron.module - Implements hook_cron().
- HookCronTest::setUp in tests/
src/ Kernel/ HookCronTest.php - SettingsForm::buildForm in src/
Form/ SettingsForm.php - Form constructor.
File
View source
- class: Drupal\entity_share_cron\EntityShareCronService
- arguments:
- - '@config.factory'
- - '@entity_share_client.remote_manager'
- - '@entity_share_client.jsonapi_helper'
- - '@queue'
- - '@entity_type.manager'