You are here

service scheduled_publish.update in Scheduled Publish 8.2

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

Class

Drupal\scheduled_publish\Service\ScheduledPublishCron
4 string references to scheduled_publish.update
FormatterTest::setUp in tests/src/Kernel/FormatterTest.php
Set the default field storage backend for fields created during tests.
MediaTest::setUp in tests/src/Kernel/MediaTest.php
NodeTest::setUp in tests/src/Kernel/NodeTest.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'