You are here

service scheduled_publish.update in Scheduled Publish 8

Same name and namespace in other branches
  1. 8.3 scheduled_publish.services.yml \scheduled_publish.update
  2. 8.2 scheduled_publish.services.yml \scheduled_publish.update

Class

Drupal\scheduled_publish\Service\ScheduledPublishCron
2 string references to scheduled_publish.update
CommonTest::setUp in tests/src/Kernel/CommonTest.php
Set the default field storage backend for fields created during tests.
scheduled_publish_cron in ./scheduled_publish.module
Implements hook_cron().

File

./scheduled_publish.services.yml
scheduled_publish.services.yml

View source
  1. class: Drupal\scheduled_publish\Service\ScheduledPublishCron
  2. arguments:
  3. - '@entity_type.bundle.info'
  4. - '@entity_field.manager'
  5. - '@entity_type.manager'
  6. - '@datetime.time'