Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

QueueWorkerManagerInterface.php

Namespace

Drupal\Core\Queue

File

core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php

View source
<?php

namespace Drupal\Core\Queue;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Provides an interface for a queue worker manager.
 */
interface QueueWorkerManagerInterface extends PluginManagerInterface {
    
    /**
     * The default time duration in seconds spent calling a queue worker.
     *
     * @var int
     */
    public const DEFAULT_QUEUE_CRON_TIME = 15;

}

Interfaces

Title Deprecated Summary
QueueWorkerManagerInterface Provides an interface for a queue worker manager.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal