You are here

QueueStorageEntityTypeInterface.php in Open Social 10.0.x

File

modules/custom/social_queue_storage/src/Entity/QueueStorageEntityTypeInterface.php
View source
<?php

namespace Drupal\social_queue_storage\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Queue storage entity type entities.
 */
interface QueueStorageEntityTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
QueueStorageEntityTypeInterface Provides an interface for defining Queue storage entity type entities.