You are here

public static property ScheduledPublishCron::$supportedTypes in Scheduled Publish 8.2

Same name and namespace in other branches
  1. 8.3 src/Service/ScheduledPublishCron.php \Drupal\scheduled_publish\Service\ScheduledPublishCron::supportedTypes

Type: array

File

src/Service/ScheduledPublishCron.php, line 30

Class

ScheduledPublishCron
Class ScheduledPublishCron

Namespace

Drupal\scheduled_publish\Service

Code

public static $supportedTypes = [
  'node',
  'media',
  'block_content',
];