You are here

service entity_share_cron in Entity Share Cron 8.2

Same name and namespace in other branches
  1. 8 entity_share_cron.services.yml \entity_share_cron
  2. 3.0.x entity_share_cron.services.yml \entity_share_cron

Class

Drupal\entity_share_cron\EntityShareCronService
4 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

./entity_share_cron.services.yml
entity_share_cron.services.yml

View source
  1. class: Drupal\entity_share_cron\EntityShareCronService
  2. arguments:
  3. - '@config.factory'
  4. - '@entity_share_client.remote_manager'
  5. - '@entity_share_client.jsonapi_helper'
  6. - '@queue'
  7. - '@entity_type.manager'