class QueueUISystemSetQueue in Queue Unique 7.2
Same name and namespace in other branches
- 7 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\QueueView source
class QueueUISystemSetQueue extends \QueueUISystemQueue implements \QueueUIInterface {
/**
* The table name.
*
* @var string
*/
protected $tableName = 'queue_unique';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
QueueUISystemSetQueue:: |
protected | property | The table name. |