Skip to content
Snippets Groups Projects

#3184191: fix scheduler field type publication if publication date is set to today

Files
4
@@ -4,6 +4,7 @@ namespace Drupal\scheduler_field\Plugin\SchedulerField\Type;
use Drupal\Core\Database\Query\SelectInterface;
use Drupal\Core\Entity\EntityStorageInterface;
use Drupal\field\FieldStorageConfigInterface;
use Drupal\scheduler_field\SchedulerFieldTypePluginBase;
/**
@@ -25,7 +26,7 @@ class SchedulerFieldTypeDisabled extends SchedulerFieldTypePluginBase {
public function processSchedulerQuery(
SelectInterface $query,
EntityStorageInterface $entity_storage,
$field_name
FieldStorageConfigInterface $field_storage
): void {}
}
Loading