You are here

class QueueUISystemSetQueue in Queue Unique 7

Same name and namespace in other branches
  1. 7.2 src/Queue/QueueUISystemSetQueue.php \Drupal\queue_unique\Queue\QueueUISystemSetQueue

Hierarchy

  • class \Drupal\queue_unique\Queue\QueueUISystemSetQueue extends \Drupal\queue_unique\Queue\QueueUISystemQueue implements \Drupal\queue_unique\Queue\QueueUIInterface

Expanded class hierarchy of QueueUISystemSetQueue

File

src/Queue/QueueUISystemSetQueue.php, line 10
Contains \Drupal\queue_unique\Queue\QueueUISystemSetQueue

Namespace

Drupal\queue_unique\Queue
View source
class QueueUISystemSetQueue extends \QueueUISystemQueue implements \QueueUIInterface {

  /**
   * The table name.
   *
   * @var string
   */
  protected $tableName = 'queue_unique';

}

Members